Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-11 16:44:58 +0000
committerEike Stepper2012-06-11 16:44:58 +0000
commit11ac85e8017ed628286d7940380d4231879ee67b (patch)
treee46f9c0d59aeb72ffd2e2ec07bdcd710094f851e /plugins/org.eclipse.emf.cdo.examples.installer/examples/gastro.rcp/META-INF/MANIFEST.MF
parent1a223a1861adbe36b9b9f8cdb4f381ffbe51d5fc (diff)
downloadcdo-11ac85e8017ed628286d7940380d4231879ee67b.tar.gz
cdo-11ac85e8017ed628286d7940380d4231879ee67b.tar.xz
cdo-11ac85e8017ed628286d7940380d4231879ee67b.zip
[382225] Provide CDO example installers
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382225
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer/examples/gastro.rcp/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/gastro.rcp/META-INF/MANIFEST.MF23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/gastro.rcp/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/gastro.rcp/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..73c13770b5
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/gastro.rcp/META-INF/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CDO Gastro Example RCP
+Bundle-SymbolicName: org.gastro.rcp; singleton:=true
+Bundle-Version: 4.1.0.qualifier
+Bundle-Activator: org.gastro.internal.rcp.Activator
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)";visibility:=reexport,
+ org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
+ org.eclipse.net4j.tcp;bundle-version="[2.0.0,5.0.0)";visibility:=reexport,
+ org.eclipse.ui;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
+ org.eclipse.emf.edit.ui;bundle-version="[2.5.0,3.0.0)";visibility:=reexport,
+ org.gastro.business;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
+ org.gastro.business.edit;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
+ org.gastro.inventory;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
+ org.gastro.inventory.edit;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
+ org.eclipse.nebula.widgets.gallery;bundle-version="[0.0.1,1.0.0)";visibility:=reexport,
+ org.eclipse.nebula.widgets.pshelf;bundle-version="[1.0.0,2.0.0)";visibility:=reexport
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.gastro.internal.rcp;version="4.1.0";x-internal:=true,
+ org.gastro.rcp;version="4.1.0"
+Bundle-ClassPath: .
+Bundle-Vendor: Eclipse Modeling Project

Back to the top