From df6704233ea18a2485de2709a6647ab9205cdba9 Mon Sep 17 00:00:00 2001 From: Francois Le Fevre Date: Thu, 8 Jun 2017 09:55:26 +0200 Subject: bug 517752 - Papyrus views have the project name in their titles Actions -assign right category for the views -removing papyrus word for view -adding default Papyrus icon when missing -adding a wizard category for table -typo correction -rebase on master Tests -start runtime and check views Change-Id: If12a6f47b20ff8c174198f31082dff1d7412a674 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=517752 Signed-off-by: Francois Le Fevre --- .../org.eclipse.papyrus.gmf.figureview/build.properties | 4 +++- .../org.eclipse.papyrus.gmf.figureview/icons/Papyrus.gif | Bin 0 -> 561 bytes .../org.eclipse.papyrus.gmf.figureview/plugin.properties | 11 +++++------ .../org.eclipse.papyrus.gmf.figureview/plugin.xml | 6 +++--- 4 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 plugins/developer/org.eclipse.papyrus.gmf.figureview/icons/Papyrus.gif (limited to 'plugins/developer/org.eclipse.papyrus.gmf.figureview') diff --git a/plugins/developer/org.eclipse.papyrus.gmf.figureview/build.properties b/plugins/developer/org.eclipse.papyrus.gmf.figureview/build.properties index 5587fef6adc..78968931e95 100644 --- a/plugins/developer/org.eclipse.papyrus.gmf.figureview/build.properties +++ b/plugins/developer/org.eclipse.papyrus.gmf.figureview/build.properties @@ -4,5 +4,7 @@ bin.includes = META-INF/,\ .,\ about.html,\ plugin.properties,\ + icons/,\ plugin.xml -src.includes = about.html +src.includes = about.html,\ + icons/ diff --git a/plugins/developer/org.eclipse.papyrus.gmf.figureview/icons/Papyrus.gif b/plugins/developer/org.eclipse.papyrus.gmf.figureview/icons/Papyrus.gif new file mode 100644 index 00000000000..8a31f458379 Binary files /dev/null and b/plugins/developer/org.eclipse.papyrus.gmf.figureview/icons/Papyrus.gif differ diff --git a/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.properties b/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.properties index b3bce53c0c8..a7b24f91fbb 100644 --- a/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.properties +++ b/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.properties @@ -1,6 +1,5 @@ -#Properties file for org.eclipse.papyrus.emf.commandstack -providerName = Eclipse Modeling Project -pluginName = A View for editpolicies -category.name = Papyrus Dev -view.name = Figure hierarchy view - +#Properties file for org.eclipse.papyrus.emf.commandstack +providerName = Eclipse Modeling Project +pluginName = A View for editpolicies +category.name = Papyrus Dev +view.name = Figure Hierarchy diff --git a/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.xml b/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.xml index b6061ac6053..f002bba7e48 100644 --- a/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.xml +++ b/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.xml @@ -4,16 +4,16 @@ + name="%category.name" > -- cgit v1.2.3