Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTran Le2013-07-16 21:49:48 +0000
committerTran Le2013-07-16 21:49:48 +0000
commit25fc3d322a33d447dea812431a3e1dc9e36c52f6 (patch)
treefe10bea83fbca4f0aa876cb7ec9e513cd55ec11b /jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.core.gen/META-INF/MANIFEST.MF
parent3cf9039adfab1435d2f528aac687b03d5be01d81 (diff)
downloadwebtools.dali-25fc3d322a33d447dea812431a3e1dc9e36c52f6.tar.gz
webtools.dali-25fc3d322a33d447dea812431a3e1dc9e36c52f6.tar.xz
webtools.dali-25fc3d322a33d447dea812431a3e1dc9e36c52f6.zip
412668 - Manifests of dbws.builder and core.gen bundles cause a usesv201307162200
conflict on javax.wsdl wiring
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.core.gen/META-INF/MANIFEST.MF')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.core.gen/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.core.gen/META-INF/MANIFEST.MF b/jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.core.gen/META-INF/MANIFEST.MF
index 5485516156..f5b1349af3 100644
--- a/jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.core.gen/META-INF/MANIFEST.MF
+++ b/jaxb/plugins/org.eclipse.jpt.dbws.eclipselink.core.gen/META-INF/MANIFEST.MF
@@ -8,8 +8,8 @@ Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
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)"
-Import-Package: org.eclipse.persistence.oxm
+Require-Bundle: org.eclipse.persistence.dbws.builder;bundle-version="[2.3.0,3.0.0)"
+Import-Package: org.eclipse.persistence.oxm,
+ 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