Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-06-06 11:06:09 +0000
committerCamille Letavernier2014-06-06 11:06:09 +0000
commitd14aef86655ee014e7445464d4d99b0c4122eea4 (patch)
tree350662bd12f7685b8435e3a4639e6cbe9e36af68 /plugins/uml/org.eclipse.papyrus.uml.documentation.profile
parentaed9393d5e86ffc6311a92df4e07daba7db60f13 (diff)
downloadorg.eclipse.papyrus-d14aef86655ee014e7445464d4d99b0c4122eea4.tar.gz
org.eclipse.papyrus-d14aef86655ee014e7445464d4d99b0c4122eea4.tar.xz
org.eclipse.papyrus-d14aef86655ee014e7445464d4d99b0c4122eea4.zip
436826: [Papyrus documentation profile] Class cast exception during
application and validation https://bugs.eclipse.org/bugs/show_bug.cgi?id=436826 - Fix the profile declaration
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.documentation.profile')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.documentation.profile/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/plugin.xml b/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/plugin.xml
index 3ed0b88fe4e..ab9d29ede70 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/plugin.xml
+++ b/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/plugin.xml
@@ -11,7 +11,7 @@
<extension
point="org.eclipse.uml2.uml.generated_package">
<profile
- location="pathmap://PAPYRUS_DOCUMENTATION/Papyrus.profile.uml#_O1Qs0AEYEeCIz8iAxBJnfA"
+ location="pathmap://PAPYRUS_DOCUMENTATION/Papyrus.profile.uml#_H9068AEYEeCIz8iAxBJnfA"
uri="http://www.eclipse.org/papyrus/documentation">
</profile>
</extension>

Back to the top