Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF b/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..c3fb1ff488
--- /dev/null
+++ b/plugins/org.gastro.rcp.table/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Gastro Table
+Bundle-SymbolicName: org.gastro.rcp.table; singleton:=true
+Bundle-Version: 1.0.0
+Bundle-Activator: org.gastro.rcp.internal.table.Activator
+Require-Bundle: org.gastro.rcp;bundle-version="1.0.0"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: www.gastro.org

Back to the top