summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/eclipse-workspace/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-03-23 16:59:14 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-03-23 16:59:14 +0000
commit9e3ccaeb444382abe38ffc5a14f2e62a95b6432c (patch)
tree5b14dbfc8c494e75a3af9026cafaaf8419c1ae9e /sandbox/rfeng/eclipse-workspace/META-INF/MANIFEST.MF
parent73fd85c3daabbd085621a85e926cd2c7159b3121 (diff)
An eclipse plugin that can run in headless mode to configure the eclipse workspace using command line
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926662 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/rfeng/eclipse-workspace/META-INF/MANIFEST.MF')
-rw-r--r--sandbox/rfeng/eclipse-workspace/META-INF/MANIFEST.MF14
1 files changed, 14 insertions, 0 deletions
diff --git a/sandbox/rfeng/eclipse-workspace/META-INF/MANIFEST.MF b/sandbox/rfeng/eclipse-workspace/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..faf26edd65
--- /dev/null
+++ b/sandbox/rfeng/eclipse-workspace/META-INF/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.apache.tuscany.eclipse.workspace
+Bundle-SymbolicName: org.apache.tuscany.eclipse.workspace;singleton:=true
+Bundle-Version: 1.0.0
+Bundle-Activator: org.apache.tuscany.eclipse.workspace.Activator
+Bundle-Vendor: Apache Software Foundation
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.jdt.core,
+ org.eclipse.jdt.launching,
+ org.eclipse.pde.core,
+ org.eclipse.core.resources
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy