summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/eclipse-workspace/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
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