diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-21 08:37:14 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-21 08:37:14 +0000 |
commit | 25475aae69e2cdd6fb23033b6497e828ec92c12f (patch) | |
tree | a47fa2385e4531c8f5dd92761385a202132dca86 /sca-java-2.x/branches | |
parent | 01387fc38864673b8b37b42d067c0c3137e85a19 (diff) |
Merge change in 1148841 to update osgi manifest to beta3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1149071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF | 6 |
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 |