summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/samples/calculator-rcp/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-31 22:04:26 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-31 22:04:26 +0000
commitedb462daeee6b2c47f29489421c5532b622f1a86 (patch)
tree2f97278d06961cb9609e008a31c33661f5115f84 /branches/sca-equinox/samples/calculator-rcp/META-INF/MANIFEST.MF
parentccc8fde716b6c8a5b8d03982ba2718ff73a7a1a5 (diff)
Add MANIFEST.MF
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709581 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/samples/calculator-rcp/META-INF/MANIFEST.MF23
1 files changed, 23 insertions, 0 deletions
diff --git a/branches/sca-equinox/samples/calculator-rcp/META-INF/MANIFEST.MF b/branches/sca-equinox/samples/calculator-rcp/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..3e2adcb942
--- /dev/null
+++ b/branches/sca-equinox/samples/calculator-rcp/META-INF/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Private-Package: calculator;version="1.4",calculator.rcp;version="1.4"
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA Calculator RCP Sample
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Eclipse-LazyStart: true
+Bundle-Version: 1.4
+Bnd-LastModified: 1225049346921
+Bundle-ManifestVersion: 2
+Bundle-Activator: calculator.rcp.Activator
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA Calculator RCP Sample
+Import-Package: org.apache.tuscany.sca.node;version="1.4",org.apache.t
+ uscany.sca.node.equinox.launcher;version="1.4",org.eclipse.equinox.ap
+ p;version="1.0",org.eclipse.jface.action,org.eclipse.jface.resource,o
+ rg.eclipse.jface.viewers,org.eclipse.swt.graphics,org.eclipse.swt.wid
+ gets,org.eclipse.ui,org.eclipse.ui.actions,org.eclipse.ui.application
+ ,org.eclipse.ui.part,org.eclipse.ui.plugin,org.osgi.framework;version
+ ="1.4",org.osoa.sca.annotations;version="1.4"
+Bundle-SymbolicName: sample.calculator.rcp;singleton:=true
+Bundle-DocURL: http://www.apache.org/
+