Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2018-05-31 12:34:07 +0000
committerQuentin Le Menez2018-05-31 15:15:01 +0000
commit5b741694e83316ae55fccfa5b950e636d47d4a87 (patch)
tree6ed2d7ce1fa4ad1cec2c45c017d41c1c173565e8 /plugins/toolsmiths
parent8be8901e0e44934bb4b2f2f6010991c758eebdc3 (diff)
downloadorg.eclipse.papyrus-5b741694e83316ae55fccfa5b950e636d47d4a87.tar.gz
org.eclipse.papyrus-5b741694e83316ae55fccfa5b950e636d47d4a87.tar.xz
org.eclipse.papyrus-5b741694e83316ae55fccfa5b950e636d47d4a87.zip
Bug 535388 - [Quality] Remove reference to unknown schema
- remove reference to non existing schema/aspectToolProvider.exsd (it was removed last year for palette refactoring) - use existing ValueSpecificationAction.gif icon instead of non existing icon ValueSpecification.gif - remove duplicate groupId in pom.xml - remove unused import and unused value Change-Id: If827cec2c8c8e1d437a1ddc549940be86ece881a Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'plugins/toolsmiths')
-rw-r--r--plugins/toolsmiths/org.eclipse.papyrus.def/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/toolsmiths/org.eclipse.papyrus.def/pom.xml b/plugins/toolsmiths/org.eclipse.papyrus.def/pom.xml
index 784f65949f1..6cdd1dbbd69 100644
--- a/plugins/toolsmiths/org.eclipse.papyrus.def/pom.xml
+++ b/plugins/toolsmiths/org.eclipse.papyrus.def/pom.xml
@@ -8,7 +8,6 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.def</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
<version>1.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top