16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Css
|
|
Bundle-SymbolicName: org.talend.libraries.css;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime
|
|
Bundle-ClassPath: lib/cssparser-0.9.5.jar,
|
|
lib/sac-1.3.jar,
|
|
.
|
|
Export-Package: com.steadystate.css.parser,
|
|
org.w3c.css.sac,
|
|
org.w3c.css.sac.helpers
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Bundle-ActivationPolicy: lazy
|