Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tessier2016-11-17 14:54:20 +0000
committerGerrit Code Review @ Eclipse.org2016-11-17 15:16:20 +0000
commit2d2ecafb4ec68cf736cebff5706cae012e65daf9 (patch)
tree234d990ff511295f1267d12b8f44c4268f74b19c /releng/pom.xml
parent5f62e7c6b9c1e92791afab32444ce573315415ec (diff)
downloadorg.eclipse.papyrus-2d2ecafb4ec68cf736cebff5706cae012e65daf9.tar.gz
org.eclipse.papyrus-2d2ecafb4ec68cf736cebff5706cae012e65daf9.tar.xz
org.eclipse.papyrus-2d2ecafb4ec68cf736cebff5706cae012e65daf9.zip
Revert "Bug 506989 - [Toolsmith] remove the initial customization plugins from the initial Papyrus sdk and create a basic toolsmiths environment"
This reverts commit 4cca0d88fe8bff062b402cf10f25fe463ac1cbab. the test does not compile Change-Id: Iaad06df3fd3ca17d4249450e6285c0451ca08b9e
Diffstat (limited to 'releng/pom.xml')
-rw-r--r--releng/pom.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/releng/pom.xml b/releng/pom.xml
index 87c482ec491..535e6ad004a 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -1,6 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.papyrus</groupId>
<artifactId>org.eclipse.papyrus.all.releng</artifactId>
@@ -39,11 +38,10 @@
<modules>
<module>main</module>
- <module>toolsmiths</module>
- <!-- module>extra</module>
+ <module>extra</module>
<module>dev</module>
<module>main-tests</module>
- <module>extra-tests</module-->
+ <module>extra-tests</module>
</modules>
<pluginRepositories>

Back to the top