Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Cuccuru2013-09-06 12:44:41 +0000
committerArnaud Cuccuru2013-09-06 12:44:41 +0000
commit3a44c34ef0e42cffbe4b105781e0ea63ee7b8e3c (patch)
tree54aae16f59be79d13f3c179b1383c21a3cca4370 /plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/META-INF/MANIFEST.MF
parent73f0e782074f676d171ca1aeab3225609f2b361f (diff)
downloadorg.eclipse.papyrus-3a44c34ef0e42cffbe4b105781e0ea63ee7b8e3c.tar.gz
org.eclipse.papyrus-3a44c34ef0e42cffbe4b105781e0ea63ee7b8e3c.tar.xz
org.eclipse.papyrus-3a44c34ef0e42cffbe4b105781e0ea63ee7b8e3c.zip
[Bug 315231] Removing dependencies to Xtext from
oep.extensionpoints.editors
Diffstat (limited to 'plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/META-INF/MANIFEST.MF b/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/META-INF/MANIFEST.MF
index aa30bd5832b..0d99a1ec291 100644
--- a/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/META-INF/MANIFEST.MF
+++ b/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/META-INF/MANIFEST.MF
@@ -11,6 +11,7 @@ Require-Bundle: org.eclipse.gef;bundle-version="3.9.0",
org.eclipse.xtext;bundle-version="2.4.2",
org.eclipse.xtext.ui;bundle-version="2.4.2",
org.eclipse.ui.ide;bundle-version="3.9.0",
- org.eclipse.papyrus.uml.xtext.integration.core;bundle-version="0.10.1";visibility:=reexport
+ org.eclipse.papyrus.uml.xtext.integration.core;bundle-version="0.10.1";visibility:=reexport,
+ org.eclipse.papyrus.extensionpoints.editors;bundle-version="0.10.1";visibility:=reexport
Export-Package: org.eclipse.papyrus.uml.xtext.integration
Bundle-Vendor: Eclipse Modeling Project

Back to the top