Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-03-06 13:19:33 +0000
committerCamille Letavernier2014-03-06 13:19:33 +0000
commitf386bb6246811ce320dbf3e1fd2afb707fcf8086 (patch)
tree6d10fa2a08c9f3f7b3495dd6a99143148cfd25aa /plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model
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 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/uml.querySet8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/uml.querySet b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/uml.querySet
index f01e41ddac4..8e496cf0829 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/uml.querySet
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/uml.querySet
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="ASCII"?>
<query:ModelQuerySet xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:query="http://www.eclipse.org/EmfFacet/infra/query/0.8.incubation" name="uml" description="UML Queries">
- <associatedMetamodels href="http://www.eclipse.org/uml2/4.0.0/UML#/"/>
+ <associatedMetamodels href="http://www.eclipse.org/uml2/5.0.0/UML#/"/>
<queries xsi:type="query:OCLModelQuery" name="isSynchCall" description="Tests if a message is a Synchronous Call" lowerBound="1" query="messageSort=MessageSort::synchCall">
<returnType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
- <scope href="http://www.eclipse.org/uml2/4.0.0/UML#//Message"/>
+ <scope href="http://www.eclipse.org/uml2/5.0.0/UML#//Message"/>
</queries>
<queries xsi:type="query:OCLModelQuery" name="isAsynchCall" description="Tests if a message is an Aynchronous Call" lowerBound="1" query="messageSort=MessageSort::asynchCall or messageSort=MessageSort::asynchSignal">
<returnType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
- <scope href="http://www.eclipse.org/uml2/4.0.0/UML#//Message"/>
+ <scope href="http://www.eclipse.org/uml2/5.0.0/UML#//Message"/>
</queries>
<queries xsi:type="query:OCLModelQuery" name="isReply" description="Tests if a message is a reply" lowerBound="1" query="messageSort=MessageSort::reply">
<returnType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
- <scope href="http://www.eclipse.org/uml2/4.0.0/UML#//Message"/>
+ <scope href="http://www.eclipse.org/uml2/5.0.0/UML#//Message"/>
</queries>
</query:ModelQuerySet>

Back to the top