Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-12 08:32:22 +0000
committerEike Stepper2012-06-12 08:32:22 +0000
commitc049a4699cf639cf223189d564b47eea2dc19ddd (patch)
tree2233e06a3308e5377d8bf6664eab7c9414c6d6ad /plugins/org.eclipse.emf.cdo.examples.installer/META-INF
parentf4eaa3f082a083a51e59dbfbdc3bd683143099c4 (diff)
downloadcdo-c049a4699cf639cf223189d564b47eea2dc19ddd.tar.gz
cdo-c049a4699cf639cf223189d564b47eea2dc19ddd.tar.xz
cdo-c049a4699cf639cf223189d564b47eea2dc19ddd.zip
[382225] Provide CDO example installers
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382225[380629]
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer/META-INF')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/META-INF/MANIFEST.MF7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/META-INF/MANIFEST.MF
index eb38f7c061..5e21426a2b 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/META-INF/MANIFEST.MF
@@ -8,4 +8,9 @@ Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.emf.common.ui;bundle-version="[2.5.0,3.0.0)"
+ org.eclipse.emf.common.ui;bundle-version="[2.5.0,3.0.0)",
+ org.eclipse.nebula.widgets.gallery;bundle-version="[0.0.1,1.0.0)",
+ org.eclipse.nebula.widgets.pshelf;bundle-version="[1.0.0,2.0.0)"
+Import-Package: javax.servlet;version="[2.3.0,3.0.0)",
+ javax.servlet.http;version="[2.3.0,3.0.0)",
+ org.apache.commons.lang;version="[2.3.0,3.0.0)"

Back to the top