summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/contribution-osgi/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-06 10:31:32 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-06 10:31:32 +0000
commit27bdb7c19aaddeec354ad3424f435363e5271a95 (patch)
tree7f6f7e0c65bb0b1dd6177554e7e819bbdcf50196 /sca-java-2.x/trunk/samples/learning-more/contribution-osgi/META-INF/MANIFEST.MF
parentfc55e1ced3cb5be7b5732757b2f8e861f0e1d98b (diff)
TUSCANY-3938 - Add samples to demonstrate starting the runtime in OSGi.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/contribution-osgi/META-INF/MANIFEST.MF18
1 files changed, 18 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/contribution-osgi/META-INF/MANIFEST.MF b/sca-java-2.x/trunk/samples/learning-more/contribution-osgi/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..b6a145a100
--- /dev/null
+++ b/sca-java-2.x/trunk/samples/learning-more/contribution-osgi/META-INF/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-Version: 2.0.0
+Bundle-Name: Sample Calculator OSGi
+Bundle-Activator: calculator.CalculatorActivator
+Bundle-ManifestVersion: 2
+Import-Package: org.oasisopen.sca.annotation;version="2.0.0",
+ org.apache.tuscany.sca;version="2.0.0",
+ org.apache.tuscany.sca.core;version="2.0.0",
+ org.osgi.framework,
+ org.osgi.service.component;resolution:=optional,
+ org.osgi.service.packageadmin,
+ org.osgi.util.tracker
+Bundle-SymbolicName: sample.calculator.osgi
+Bundle-Vendor: The Apache Software Foundation
+Eclipse-LazyStart: true
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-DocURL: http://www.apache.org/
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6