From 68812e2d4ab636b20bc95f0b52cd8b4ba9c9679e Mon Sep 17 00:00:00 2001 From: Arthur Daussy Date: Fri, 4 Jul 2014 11:25:12 +0200 Subject: [PATCH] Updates external adapter factories. Adds a label, a description and an optional attribute to: UML adapter factories Notation adapter factories Change-Id: I0e3b39cb01d75441e8dd350e258b2022367b0032 Signed-off-by: Arthur Daussy --- plugins/org.eclipse.emf.compare.diagram.edit/plugin.xml | 2 ++ plugins/org.eclipse.emf.compare.uml2.edit/plugin.xml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/plugins/org.eclipse.emf.compare.diagram.edit/plugin.xml b/plugins/org.eclipse.emf.compare.diagram.edit/plugin.xml index 8ad7c4221..1f27a202a 100644 --- a/plugins/org.eclipse.emf.compare.diagram.edit/plugin.xml +++ b/plugins/org.eclipse.emf.compare.diagram.edit/plugin.xml @@ -40,6 +40,8 @@ org.eclipse.emf.compare.provider.IItemStyledLabelProvider org.eclipse.emf.compare.provider.IItemDescriptionProvider" ranking="10" + label="Notation item provider" + description="Customizes the way notation elements are displayed in EMF Compare." uri="http://www.eclipse.org/gmf/runtime/1.0.2/notation"> diff --git a/plugins/org.eclipse.emf.compare.uml2.edit/plugin.xml b/plugins/org.eclipse.emf.compare.uml2.edit/plugin.xml index a3217d029..0bd1eb5c1 100644 --- a/plugins/org.eclipse.emf.compare.uml2.edit/plugin.xml +++ b/plugins/org.eclipse.emf.compare.uml2.edit/plugin.xml @@ -49,7 +49,10 @@ Contributors: org.eclipse.emf.edit.provider.IItemPropertySource org.eclipse.emf.compare.provider.IItemStyledLabelProvider org.eclipse.emf.compare.provider.IItemDescriptionProvider" + description="This provider displays stereotyped elements like they were a new kind of UML element (it uses stereotype's icon and a custom label)." ranking="60" + optional="true" + label="Stereotyped element item provider" uri="http://www.eclipse.org/uml2/5.0.0/UML"> @@ -58,6 +61,9 @@ Contributors: