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 /plugins/developer
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/developer')
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.view.services.edit.request/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.dev.view.services.edit.request/plugin.xml b/plugins/developer/org.eclipse.papyrus.dev.view.services.edit.request/plugin.xml
index 05909592bae..db438f5684a 100644
--- a/plugins/developer/org.eclipse.papyrus.dev.view.services.edit.request/plugin.xml
+++ b/plugins/developer/org.eclipse.papyrus.dev.view.services.edit.request/plugin.xml
@@ -23,7 +23,7 @@
<extension
point="org.eclipse.gmf.runtime.emf.type.core.elementTypes">
<metamodel
- nsURI="http://www.eclipse.org/uml2/4.0.0/UML">
+ nsURI="http://www.eclipse.org/uml2/5.0.0/UML">
<adviceBinding
class="org.eclipse.papyrus.dev.view.services.edit.request.helper.ViewEditHelperAdvice"
id="org.eclipse.papyrus.infra.services.edit.request.helper.ViewEditHelperAdvice"

Back to the top