You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/01/14 14:42:17 UTC

svn commit: r899197 - in /tuscany/sca-java-2.x/trunk/itest/scaclient-api-osgi/META-INF: ./ MANIFEST.MF

Author: slaws
Date: Thu Jan 14 13:42:17 2010
New Revision: 899197

URL: http://svn.apache.org/viewvc?rev=899197&view=rev
Log:
TUSCANY-3424 - Add missing manifest. Used when the test bundles are created

Added:
    tuscany/sca-java-2.x/trunk/itest/scaclient-api-osgi/META-INF/
    tuscany/sca-java-2.x/trunk/itest/scaclient-api-osgi/META-INF/MANIFEST.MF

Added: tuscany/sca-java-2.x/trunk/itest/scaclient-api-osgi/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/scaclient-api-osgi/META-INF/MANIFEST.MF?rev=899197&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/scaclient-api-osgi/META-INF/MANIFEST.MF (added)
+++ tuscany/sca-java-2.x/trunk/itest/scaclient-api-osgi/META-INF/MANIFEST.MF Thu Jan 14 13:42:17 2010
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Private-Package: helloworld;version="2.0.0"
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA SCAClient API OSGi itest
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Eclipse-LazyStart: false
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1223949424781
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA SCAClient API OSGi itest
+Import-Package: org.apache.tuscany.sca.node;version="2.0.0",
+ org.oasisopen.sca.annotation;version="2.0.0",
+ org.osgi.framework;version="1.4"
+Bundle-SymbolicName: itest-scaclient-apo-osgi
+Bundle-DocURL: http://www.apache.org/
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6