Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/views')
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml4
-rw-r--r--plugins/views/properties/pom.xml2
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml b/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml
index 82338f4d4ec..9ca46f5cde6 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml
@@ -3,10 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <!-- This plugin is not released ouside of the Toolsmith feature and therefore must be part of the toolsmith build -->
<parent>
- <artifactId>org.eclipse.papyrus.views-properties</artifactId>
<groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus-toolsmiths</artifactId>
<version>0.0.1-SNAPSHOT</version>
+ <relativePath>../../../toolsmiths/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.papyrus.views.properties.toolsmiths</artifactId>
<version>2.0.2-SNAPSHOT</version>
diff --git a/plugins/views/properties/pom.xml b/plugins/views/properties/pom.xml
index 319428527b5..75ef5b7871b 100644
--- a/plugins/views/properties/pom.xml
+++ b/plugins/views/properties/pom.xml
@@ -17,6 +17,6 @@
<modules>
<module>org.eclipse.papyrus.views.properties</module>
<module>org.eclipse.papyrus.views.properties.model.xwt</module>
- <module>org.eclipse.papyrus.views.properties.toolsmiths</module>
+
</modules>
</project>

Back to the top