summaryrefslogtreecommitdiffstats
path: root/branches/sca-android/samples/calculator-rcp/META-INF
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-15 00:26:00 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-15 00:26:00 +0000
commitd5f1d093fe6fa491cdec392dca7137639e98d149 (patch)
treeb98c79d8231a2617ee1dce43b1782d30d93686bc /branches/sca-android/samples/calculator-rcp/META-INF
parentf4e3e383071b6947d56794d9af5e9e6438aa3235 (diff)
Pulled a recent revision of trunk into the sca-android branch, to apply the android patches from JIRA TUSCANY-2440 to it.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-android/samples/calculator-rcp/META-INF')
-rw-r--r--branches/sca-android/samples/calculator-rcp/META-INF/MANIFEST.MF25
1 files changed, 25 insertions, 0 deletions
diff --git a/branches/sca-android/samples/calculator-rcp/META-INF/MANIFEST.MF b/branches/sca-android/samples/calculator-rcp/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..57ecdff710
--- /dev/null
+++ b/branches/sca-android/samples/calculator-rcp/META-INF/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Apache Tuscany SCA Calculator RCP Sample
+Bundle-SymbolicName: sample.calculator.rcp;singleton:=true
+Bundle-Version: 1.4.0.SNAPSHOT
+Bundle-Activator: calculator.rcp.Activator
+Bundle-Vendor: The Apache Software Foundation
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
+Import-Package: org.osoa.sca;version="1.4.0",
+ org.osoa.sca.annotations;version="1.4.0"
+Bundle-ClassPath: .,
+ cglib-nodep-2.1_3.jar,
+ jaxb-impl-2.1.7.jar,
+ activation-1.1.jar,
+ jsr250-api-1.0.jar,
+ jsr181-api-1.0-MR1.jar,
+ jaxb-api-2.1.jar,
+ stax-api-1.0-2.jar,
+ jaxws-api-2.1.jar,
+ geronimo-commonj_1.1_spec-1.0.jar,
+ XmlSchema-1.3.2.jar,
+ wstx-asl-3.2.1.jar