Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-10-21 08:48:14 +0000
committerAnsgar Radermacher2014-02-27 08:55:59 +0000
commitfbe9e4b60d23248796aa533f80fe229b7de1c65b (patch)
treedd2571d550b95ea6411de682557beab4031139d8 /plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext
parentd5612c3b296699ed981e3473451c05050c58693b (diff)
downloadorg.eclipse.papyrus-fbe9e4b60d23248796aa533f80fe229b7de1c65b.tar.gz
org.eclipse.papyrus-fbe9e4b60d23248796aa533f80fe229b7de1c65b.tar.xz
org.eclipse.papyrus-fbe9e4b60d23248796aa533f80fe229b7de1c65b.zip
315231: [All Diagrams] Direct Edit : Xtext / Papyrus integration
https://bugs.eclipse.org/bugs/show_bug.cgi?id=315231 Migrate the following grammars to the new integration framework: - Message - Parameter - Port - Transition Remove some dependencies to infra.gmfdiag.xtext.glue The following grammars still depend on the gmfdiag.xtext.glue plug-in: - Connection Point Reference - OCL Constraints - Stereotype Property
Diffstat (limited to 'plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext')
-rw-r--r--plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/META-INF/MANIFEST.MF b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/META-INF/MANIFEST.MF
index e3a1b40cc41..f1550ef8799 100644
--- a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/META-INF/MANIFEST.MF
+++ b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/META-INF/MANIFEST.MF
@@ -25,7 +25,6 @@ Require-Bundle: org.eclipse.xtext,
org.antlr.runtime,
org.eclipse.uml2.uml;bundle-version="3.1.0",
org.eclipse.uml2.codegen.ecore;bundle-version="1.6.0",
- org.eclipse.papyrus.infra.gmfdiag.xtext.glue;bundle-version="1.0.0",
org.apache.log4j;bundle-version="1.2.15",
org.eclipse.papyrus.uml.alf.common;bundle-version="1.0.0"
Bundle-Vendor: %providerName

Back to the top