Skip to main content
summaryrefslogtreecommitdiffstats
blob: be182acf007fcd2195221cea82e14e5e1b8d35b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.dbws.eclipselink.core.gen;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.persistence.dbws.builder;bundle-version="[2.3.0,3.0.0)",
 javax.wsdl;bundle-version="[1.6.2,2.0.0)"
Export-Package: org.eclipse.jpt.dbws.eclipselink.core.gen,
 org.eclipse.jpt.dbws.eclipselink.core.gen.internal;x-internal:=true
Import-Package: org.eclipse.persistence.oxm

Back to the top