summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches')
-rw-r--r--sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF6
1 files changed, 5 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF b/sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF
index 95efebc96a..0a8fabf708 100644
--- a/sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF
+++ b/sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF
@@ -32,6 +32,9 @@ Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA Core Runtime
Import-Package: javax.security.auth,
+ javax.wsdl,
+ javax.wsdl.factory,
+ javax.wsdl.xml,
javax.xml.namespace,
javax.xml.stream,
javax.xml.transform,
@@ -65,7 +68,8 @@ Import-Package: javax.security.auth,
org.apache.tuscany.sca.runtime;version="2.0.0",
org.apache.tuscany.sca.work;version="2.0.0",
org.oasisopen.sca;version="2.0.0",
- org.oasisopen.sca.annotation;version="2.0.0"
+ org.oasisopen.sca.annotation;version="2.0.0",
+ org.xml.sax
Bundle-SymbolicName: org.apache.tuscany.sca.core
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6