Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2016-11-10 15:07:35 +0000
committerGerrit Code Review @ Eclipse.org2016-11-24 08:52:50 +0000
commitd967ab9d1053deb7a31e3cdd7ac51ba528526fb6 (patch)
tree6ee6ec71f639742733a901835257b31f4f37525c /plugins/pom.xml
parentfdb5859071b4f02f8e59f10f83c2971c68d3e645 (diff)
downloadorg.eclipse.papyrus-d967ab9d1053deb7a31e3cdd7ac51ba528526fb6.tar.gz
org.eclipse.papyrus-d967ab9d1053deb7a31e3cdd7ac51ba528526fb6.tar.xz
org.eclipse.papyrus-d967ab9d1053deb7a31e3cdd7ac51ba528526fb6.zip
Bug 506989 - [Toolsmith] remove the initial customization plugins from
the initial Papyrus sdk and create a basic toolsmiths environment - removing the customization plugins from the continous integration - removing custo tests from core tests - integrating the tests as a maven module - keeping the customization one in extra / cdo - adding a dedicated feature and releng configuration matching the actual configuration of Papyrus - configuration of eclipse/portable profile in function of hudson variable definition - changing test class name to maven tycho surefire convention. Change-Id: If85044f9aee0c16afbbd8dfc6fec1b3c5d8fdef3 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins/pom.xml')
-rw-r--r--plugins/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 5ac7bb6a62e..7ce8b1105d3 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -19,9 +19,9 @@
<module>views</module>
<module>editor</module>
<module>uml</module>
- <module>customization</module>
<module>doc</module>
<module>team</module>
<module>sdk</module>
+ <module>toolsmiths</module>
</modules>
</project>

Back to the top