Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ab84a85a65c7a2ccfea6a14b7bf7e19be9bcee55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.1.100.qualifier
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.persistence.dbws.builder;bundle-version="[2.3.0,3.0.0)",
 org.eclipse.persistence.core;bundle-version="[2.3.0,3.0.0)"
Import-Package: javax.wsdl
Export-Package: org.eclipse.jpt.dbws.eclipselink.core.gen,
 org.eclipse.jpt.dbws.eclipselink.core.gen.internal;x-internal:=true

Back to the top