Customizes the way StereotypeAttributeChange and StereotypeRefenceChange56/29256/4
commit6474b03e2bb42855895d4a0736451d1aabc16b08
authorArthur Daussy <arthur.daussy@obeo.fr>
Fri, 27 Jun 2014 14:43:51 +0000 (27 16:43 +0200)
committerMikael Barbero <mikael.barbero@obeo.fr>
Mon, 7 Jul 2014 11:52:33 +0000 (7 07:52 -0400)
tree9abc19b451f6ef572862fab1910649005c218ba3
parent4c6ac2e7e383fce824478d0224a736d85e3fb473
Customizes the way StereotypeAttributeChange and StereotypeRefenceChange
are displayed.

Adds new default icons.
Adds new labels.

Change-Id: I51beb79e70ddf40420b0e59973531c47ce0180cb
Signed-off-by: Arthur Daussy <arthur.daussy@obeo.fr>
plugins/org.eclipse.emf.compare.uml2.edit/plugin.xml
plugins/org.eclipse.emf.compare.uml2.edit/src/org/eclipse/emf/compare/uml2/internal/provider/custom/UMLDiffCustomItemProvider.java
plugins/org.eclipse.emf.compare.uml2.edit/src/org/eclipse/emf/compare/uml2/internal/provider/decorator/StereotypeAttributeChangeItemProviderDecorator.java [new file with mode: 0644]
plugins/org.eclipse.emf.compare.uml2.edit/src/org/eclipse/emf/compare/uml2/internal/provider/decorator/StereotypeReferenceChangeItemProviderDecorator.java [new file with mode: 0644]
plugins/org.eclipse.emf.compare.uml2.edit/src/org/eclipse/emf/compare/uml2/internal/provider/decorator/UMLCompareItemProviderDecoratorAdapterFactory.java
plugins/org.eclipse.emf.compare.uml2.edit/src/org/eclipse/emf/compare/uml2/internal/provider/profile/ProfiledUMLCompareItemProviderAdapterFactory.java [new file with mode: 0644]
plugins/org.eclipse.emf.compare.uml2.edit/src/org/eclipse/emf/compare/uml2/internal/provider/profile/StereotypeAttributeChangeProfileSupportItemProvider.java [new file with mode: 0644]
plugins/org.eclipse.emf.compare.uml2.edit/src/org/eclipse/emf/compare/uml2/internal/provider/profile/StereotypeReferenceChangeProfileSupportItemProvider.java [new file with mode: 0644]