Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-07-03 04:45:35 +0000
committerEike Stepper2007-07-03 04:45:35 +0000
commit94ec396dc322b98a584c89ecef2267c1a73f8b25 (patch)
tree716e82b90da74df25ba95d122fcc4cb8919f7707 /plugins/org.eclipse.emf.cdo.ui/META-INF
parentd36169d797ca800ccba0b56d6a1c7c554a3650d7 (diff)
downloadcdo-94ec396dc322b98a584c89ecef2267c1a73f8b25.tar.gz
cdo-94ec396dc322b98a584c89ecef2267c1a73f8b25.tar.xz
cdo-94ec396dc322b98a584c89ecef2267c1a73f8b25.zip
task 1: Develop 0.8.0
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/META-INF')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.ui/META-INF/MANIFEST.MF
index ab88b50a1f..fb1b4faf50 100644
--- a/plugins/org.eclipse.emf.cdo.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.ui/META-INF/MANIFEST.MF
@@ -12,7 +12,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.net4j.ui;visibility:=reexport,
org.eclipse.emf.edit.ui;visibility:=reexport,
org.eclipse.emf.ecore.edit;visibility:=reexport,
- org.eclipse.emf.cdo;visibility:=reexport
+ org.eclipse.emf.cdo;visibility:=reexport,
+ org.eclipse.emf.cdo.edit
Export-Package: org.eclipse.emf.cdo.internal.ui.bundle;version="0.8.0",
org.eclipse.emf.cdo.internal.ui.editor;version="0.8.0",
org.eclipse.emf.cdo.internal.ui.views;version="0.8.0",

Back to the top