Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-03-06 13:19:33 +0000
committerCamille Letavernier2014-03-06 13:19:33 +0000
commitf386bb6246811ce320dbf3e1fd2afb707fcf8086 (patch)
tree6d10fa2a08c9f3f7b3495dd6a99143148cfd25aa /extraplugins/marte
parenteaa81202b42f1098caa058239149b54f70dce8e7 (diff)
downloadorg.eclipse.papyrus-f386bb6246811ce320dbf3e1fd2afb707fcf8086.tar.gz
org.eclipse.papyrus-f386bb6246811ce320dbf3e1fd2afb707fcf8086.tar.xz
org.eclipse.papyrus-f386bb6246811ce320dbf3e1fd2afb707fcf8086.zip
429744: [UML 2.5] Migrate Papyrus to UML 2.5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429744 The following URIs have been updated in all Papyrus plug-ins (Excluding extra): - http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2 -> http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard - http://www.eclipse.org/uml2/4.0.0/UML -> http://www.eclipse.org/uml2/5.0.0/UML - http://www.eclipse.org/uml2/4.0.0/Types -> http://www.eclipse.org/uml2/5.0.0/Types
Diffstat (limited to 'extraplugins/marte')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/VSL.xtext2
-rw-r--r--extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/src/org/eclipse/papyrus/marte/textedit/constraintwithvsl/xtext/ConstraintWithVSLl.xtext2
-rw-r--r--extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/StereotypeApplicationWithVSL.xtext2
3 files changed, 3 insertions, 3 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/VSL.xtext b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/VSL.xtext
index d728ddff3be..bf54e12ef81 100644
--- a/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/VSL.xtext
+++ b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/VSL.xtext
@@ -14,7 +14,7 @@
grammar org.eclipse.papyrus.marte.vsl.VSL with org.eclipse.xtext.common.Terminals
-import "http://www.eclipse.org/uml2/4.0.0/UML" as uml
+import "http://www.eclipse.org/uml2/5.0.0/UML" as uml
import "http://www.eclipse.org/emf/2002/Ecore" as ecore
generate vSL "http://www.eclipse.org/papyrus/marte/vsl/VSL"
diff --git a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/src/org/eclipse/papyrus/marte/textedit/constraintwithvsl/xtext/ConstraintWithVSLl.xtext b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/src/org/eclipse/papyrus/marte/textedit/constraintwithvsl/xtext/ConstraintWithVSLl.xtext
index 2d6a90eee0e..ca4ceef1f5b 100644
--- a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/src/org/eclipse/papyrus/marte/textedit/constraintwithvsl/xtext/ConstraintWithVSLl.xtext
+++ b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext/src/org/eclipse/papyrus/marte/textedit/constraintwithvsl/xtext/ConstraintWithVSLl.xtext
@@ -16,7 +16,7 @@ grammar org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ConstraintWit
//with org.eclipse.xtext.common.Terminals
with org.eclipse.papyrus.marte.vsl.VSL
-import "http://www.eclipse.org/uml2/4.0.0/UML" as uml
+import "http://www.eclipse.org/uml2/5.0.0/UML" as uml
generate constraintWithVSLl "http://www.eclipse.org/papyrus/marte/textedit/constraintwithvsl/xtext/ConstraintWithVSLl"
diff --git a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/StereotypeApplicationWithVSL.xtext b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/StereotypeApplicationWithVSL.xtext
index 29e0d59ccbf..7c37eaa060f 100644
--- a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/StereotypeApplicationWithVSL.xtext
+++ b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/StereotypeApplicationWithVSL.xtext
@@ -16,7 +16,7 @@ grammar org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.St
//with org.eclipse.xtext.common.Terminals
with org.eclipse.papyrus.marte.vsl.VSL
-import "http://www.eclipse.org/uml2/4.0.0/UML" as uml
+import "http://www.eclipse.org/uml2/5.0.0/UML" as uml
generate stereotypeApplicationWithVSL "http://www.eclipse.org/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/StereotypeApplicationWithVSL"

Back to the top