summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/binding-jms-runtime/META-INF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-18 19:59:00 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-18 19:59:00 +0000
commit146d6718330958411e6b7709e3da9fcab106b576 (patch)
treea7ae72c7ac982ffcba1abd2b8b8378a65fc2a20a /branches/sca-equinox/modules/binding-jms-runtime/META-INF
parentfd1e691cc0131f2f11d870cf3d858491818d3778 (diff)
Fix the duplicate export package from 3rd party jars
Remove the version from javax.xml.stream Import-Package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718696 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/binding-jms-runtime/META-INF')
-rw-r--r--branches/sca-equinox/modules/binding-jms-runtime/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/binding-jms-runtime/META-INF/MANIFEST.MF b/branches/sca-equinox/modules/binding-jms-runtime/META-INF/MANIFEST.MF
index 77603a635d..73da347ab4 100644
--- a/branches/sca-equinox/modules/binding-jms-runtime/META-INF/MANIFEST.MF
+++ b/branches/sca-equinox/modules/binding-jms-runtime/META-INF/MANIFEST.MF
@@ -20,7 +20,7 @@ Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA JMS Binding Runtime
Import-Package: javax.jms,
javax.naming,
- javax.xml.stream;version="1.0",
+ javax.xml.stream,
org.apache.axiom.om,
org.apache.axiom.om.impl.builder,
org.apache.tuscany.sca.assembly;version="1.4",