Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/pom.xml')
-rwxr-xr-xtests/junit/plugins/pom.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/junit/plugins/pom.xml b/tests/junit/plugins/pom.xml
index f6226bc7c39..55ab8690e20 100755
--- a/tests/junit/plugins/pom.xml
+++ b/tests/junit/plugins/pom.xml
@@ -13,16 +13,13 @@
<packaging>pom</packaging>
<description>The top container of plug-in projects tests for the main Papyrus distribution.</description>
- <modules>
- <!-- Suites -->
- <!-- <module>org.eclipse.papyrus.tests</module> -->
-
+ <modules>
<!-- children -->
<module>developer</module>
<module>editor</module>
<module>infra</module>
<module>uml</module>
- <module>views</module>
-
+ <module>views</module>
</modules>
+
</project> \ No newline at end of file

Back to the top