Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-08-29 09:47:19 +0000
committerEike Stepper2013-08-29 09:47:19 +0000
commitce63cf1331986cfb6c60b2b67423e62a832d4970 (patch)
tree04cb0a5aeedec2a35a1e14162222c8e3759fe290 /plugins/org.eclipse.emf.cdo.ui/META-INF
parent93aa53e384db6626bdb4dbadf489e45c90b27a66 (diff)
downloadcdo-ce63cf1331986cfb6c60b2b67423e62a832d4970.tar.gz
cdo-ce63cf1331986cfb6c60b2b67423e62a832d4970.tar.xz
cdo-ce63cf1331986cfb6c60b2b67423e62a832d4970.zip
[416122] [UI] Move IDE-independent actions from cdo.ui.ide to cdo.ui
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416122
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/META-INF')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 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 232325f898..655e7ef625 100644
--- a/plugins/org.eclipse.emf.cdo.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.ui/META-INF/MANIFEST.MF
@@ -12,8 +12,8 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)";resolution:=optional;visibility:=reexport,
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)";resolution:=optional,
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
- org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)";resolution:=optional,
+ org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)";resolution:=optional,
org.eclipse.emf.edit.ui;bundle-version="[2.5.0,3.0.0)";visibility:=reexport,
org.eclipse.emf.ecore.edit;bundle-version="[2.5.0,3.0.0)";visibility:=reexport,
org.eclipse.net4j;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,

Back to the top