Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-05-07 15:24:04 +0000
committerChristian W. Damus2015-05-07 15:24:04 +0000
commit8393e52fedc2e9a2e6f4b2dc5c1fb25941dbf42b (patch)
treeff7f716acc424512da518d78a43621256d7a3158 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols
parent4c405a0b1d0876cbe15897594ede9c6aa8e31fab (diff)
downloadorg.eclipse.papyrus-8393e52fedc2e9a2e6f4b2dc5c1fb25941dbf42b.tar.gz
org.eclipse.papyrus-8393e52fedc2e9a2e6f4b2dc5c1fb25941dbf42b.tar.xz
org.eclipse.papyrus-8393e52fedc2e9a2e6f4b2dc5c1fb25941dbf42b.zip
Bug 466742: The "provider name" is wrong for the eclipse UML profile. See attached screen captures.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=466742 Ensure that all deployed UML Profiles, Libraries, and Metamodels provided by Papyrus declare their provider name as 'Eclipse Modeling Project'.
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/plugin.xml b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/plugin.xml
index 1b3d71820da..00f6dcd6f50 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/plugin.xml
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/plugin.xml
@@ -25,7 +25,7 @@
iconpath="icons/symbols.gif"
name="Papyrus Internal"
path="pathmap://PAPYRUS_INTERNAL_PROFILES/PapyrusInternal.profile.uml"
- provider="CEA LIST">
+ provider="Eclipse Modeling Project">
</profile>
</extension>
<extension

Back to the top