Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9ba6ecae009c754af6cbb54b05047a812d6dce22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.transforms.xslt
Bundle-Version: 1.0.400.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Import-Package: org.eclipse.osgi.framework.log;version="1.0.0",
 org.osgi.framework;version="1.3.0",
 org.osgi.util.tracker;version="1.0"
Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
Bundle-Localization: bundle
Export-Package: org.eclipse.equinox.internal.transforms;x-internal:=true,
 org.eclipse.equinox.internal.transforms.xslt;x-internal:=true
Bundle-Activator: org.eclipse.equinox.internal.transforms.xslt.Activator
Automatic-Module-Name: org.eclipse.equinox.transforms.xslt

Back to the top