Skip to main content
summaryrefslogtreecommitdiffstats
blob: d196476a1e46881a90876ce7ac142f783f0ebc50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.jaxb.eclipselink.core.schemagen;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-ClassPath: lib/eclipselink.jar
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: javax.xml.bind
Export-Package: org.eclipse.jpt.jaxb.eclipselink.core.schemagen,
 org.eclipse.jpt.jaxb.eclipselink.core.schemagen.internal

Back to the top