You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/07/21 10:37:15 UTC

svn commit: r1149071 - in /tuscany/sca-java-2.x/branches/2.0-Beta3/modules/core: ./ META-INF/MANIFEST.MF

Author: antelder
Date: Thu Jul 21 08:37:14 2011
New Revision: 1149071

URL: http://svn.apache.org/viewvc?rev=1149071&view=rev
Log:
Merge change in 1148841 to update osgi manifest to beta3

Modified:
    tuscany/sca-java-2.x/branches/2.0-Beta3/modules/core/   (props changed)
    tuscany/sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF

Propchange: tuscany/sca-java-2.x/branches/2.0-Beta3/modules/core/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jul 21 08:37:14 2011
@@ -1,2 +1,2 @@
 /tuscany/branches/sca-java-1.3/modules/core:671193
-/tuscany/sca-java-2.x/trunk/modules/core:1148761
+/tuscany/sca-java-2.x/trunk/modules/core:1148761,1148841

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF?rev=1149071&r1=1149070&r2=1149071&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/modules/core/META-INF/MANIFEST.MF Thu Jul 21 08:37:14 2011
@@ -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