Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEtienne Allogo2021-06-29 09:14:49 +0000
committerVincent Lorenzo2021-10-19 16:13:51 +0000
commit1c9b6051423c5c3bf386e0325d96fcc58298cf28 (patch)
treed77fdd24bfbfa23fc837ab78b4ef724f0158b27d /plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui
parentfbaf7ef983af6bd5066df99ac1b709065e1558fb (diff)
downloadorg.eclipse.papyrus-1c9b6051423c5c3bf386e0325d96fcc58298cf28.tar.gz
org.eclipse.papyrus-1c9b6051423c5c3bf386e0325d96fcc58298cf28.tar.xz
org.eclipse.papyrus-1c9b6051423c5c3bf386e0325d96fcc58298cf28.zip
Bug 569174: [Toolsmiths] Papyrus integration of GMF Tooling - Communication diagram code regeneration
Regeneration from scratch after genextension migration + clean up + Restore MANIFEST.MF Change-Id: I104af7f8c42180f19cfb157d345d333fb6b63c50 Signed-off-by: Etienne Allogo <etienne.allogo@artal.fr> Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui')
-rw-r--r--plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/META-INF/MANIFEST.MF b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/META-INF/MANIFEST.MF
index e24f66b1b68..de90dc9e25d 100644
--- a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/META-INF/MANIFEST.MF
+++ b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/META-INF/MANIFEST.MF
@@ -15,6 +15,7 @@ Require-Bundle: org.apache.log4j;bundle-version="[1.2.0,2.0.0)",
org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors;bundle-version="[2.0.0,3.0.0)",
org.eclipse.papyrus.infra.internationalization.common;bundle-version="[2.0.0,3.0.0)",
org.eclipse.papyrus.uml.alf.common.ui;bundle-version="[3.0.0,4.0.0)",
+ org.eclipse.papyrus.uml.diagram.common;bundle-version="4.1.0",
org.eclipse.papyrus.uml.diagram.communication;bundle-version="[5.0.0,6.0.0)",
org.eclipse.papyrus.uml.internationalization.utils;bundle-version="[2.0.0,3.0.0)",
org.eclipse.papyrus.uml.textedit.message.xtext;bundle-version="[3.0.0,4.0.0)",

Back to the top