Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-12 05:44:54 +0000
committerEike Stepper2012-06-12 05:44:54 +0000
commit39f34570b32f0a473366d146156bd0a770ca8dcf (patch)
tree2efc58d7a15d2f5922fa7590ee6259107ebee227 /plugins/org.eclipse.emf.cdo.examples.company.edit
parent44e7d392364e85dd4537d1f5e5bbfbd8e1f275a7 (diff)
downloadcdo-39f34570b32f0a473366d146156bd0a770ca8dcf.tar.gz
cdo-39f34570b32f0a473366d146156bd0a770ca8dcf.tar.xz
cdo-39f34570b32f0a473366d146156bd0a770ca8dcf.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.company.edit')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.company.edit/META-INF/MANIFEST.MF5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.company.edit/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.company.edit/META-INF/MANIFEST.MF
index 7a6d97b417..39ff81a6cb 100644
--- a/plugins/org.eclipse.emf.cdo.examples.company.edit/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.company.edit/META-INF/MANIFEST.MF
@@ -12,6 +12,5 @@ Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.emf.edit;bundle-version="[2.4.0,3.0.0)";visibility:=reexport,
org.eclipse.emf.cdo.edit;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
- org.eclipse.emf.cdo.examples.company;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
- org.eclipse.emf.ecore.editor;bundle-version="[2.4.0,3.0.0)";resolution:=optional
-Export-Package: org.eclipse.emf.cdo.examples.company.provider;version="3.0.0"
+ org.eclipse.emf.cdo.examples.company;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
+Export-Package: org.eclipse.emf.cdo.examples.company.provider;version="4.0.100"

Back to the top