diff options
author | Saadia DHOUIB | 2015-05-29 08:40:35 +0000 |
---|---|---|
committer | Saadia DHOUIB | 2015-05-29 08:40:35 +0000 |
commit | 0d7ac8034e67a68071c2b6e476a2ea0307df3ff2 (patch) | |
tree | e0b8110659d6f9257f5dace04f3d354713037c68 /extraplugins/soaml/org.eclipse.papyrus.soaml.profile/plugin.xml | |
parent | 778a64a6a6e214869ca17b42e6275df9d6045b35 (diff) | |
download | org.eclipse.papyrus-0d7ac8034e67a68071c2b6e476a2ea0307df3ff2.tar.gz org.eclipse.papyrus-0d7ac8034e67a68071c2b6e476a2ea0307df3ff2.tar.xz org.eclipse.papyrus-0d7ac8034e67a68071c2b6e476a2ea0307df3ff2.zip |
Adding SoaML 16x16 icon
Diffstat (limited to 'extraplugins/soaml/org.eclipse.papyrus.soaml.profile/plugin.xml')
-rw-r--r-- | extraplugins/soaml/org.eclipse.papyrus.soaml.profile/plugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/plugin.xml b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/plugin.xml index bd863a85cef..1a36b676c4f 100644 --- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/plugin.xml +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/plugin.xml @@ -19,7 +19,7 @@ </mapping>
</extension>
<extension point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
- <profile description="UML profile for SOA" iconpath="icons/SoaML_new_Project32x32.gif" name="SoaML" path="pathmap://SoaML_PROFILES/SoaMLProfile.profile.uml" provider="CEA List">
+ <profile description="UML profile for SOA" iconpath="icons/soaml16x16.png" name="SoaML" path="pathmap://SoaML_PROFILES/SoaMLProfile.profile.uml" provider="CEA List">
</profile>
</extension>
|