From 25475aae69e2cdd6fb23033b6497e828ec92c12f Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 21 Jul 2011 08:37:14 +0000 Subject: 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 --- sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF') 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 -- cgit v1.2.3