Author: snjeza
Date: 2012-01-13 10:29:55 -0500 (Fri, 13 Jan 2012)
New Revision: 37827
Modified:
trunk/central/features/pom.xml
trunk/central/pom.xml
trunk/central/tests/pom.xml
Log:
JBIDE-10366 Add tests for JBoss Central
Modified: trunk/central/features/pom.xml
===================================================================
--- trunk/central/features/pom.xml 2012-01-13 15:28:32 UTC (rev 37826)
+++ trunk/central/features/pom.xml 2012-01-13 15:29:55 UTC (rev 37827)
@@ -16,6 +16,7 @@
<module>org.jboss.tools.central.feature</module>
<module>org.jboss.tools.central.discovery.feature</module>
<module>org.jboss.tools.community.central.feature</module>
+ <module>org.jboss.tools.central.test.feature</module>
</modules>
</project>
Modified: trunk/central/pom.xml
===================================================================
--- trunk/central/pom.xml 2012-01-13 15:28:32 UTC (rev 37826)
+++ trunk/central/pom.xml 2012-01-13 15:29:55 UTC (rev 37827)
@@ -21,7 +21,7 @@
<modules>
<module>features</module>
<module>plugins</module>
- <!-- <module>tests</module> -->
+ <module>tests</module>
<module>site</module>
</modules>
</project>
Modified: trunk/central/tests/pom.xml
===================================================================
--- trunk/central/tests/pom.xml 2012-01-13 15:28:32 UTC (rev 37826)
+++ trunk/central/tests/pom.xml 2012-01-13 15:29:55 UTC (rev 37827)
@@ -12,7 +12,7 @@
<name>central.tests</name>
<packaging>pom</packaging>
<modules>
- <!-- TODO: add test modules here -->
+ <module>org.jboss.tools.central.test</module>
</modules>
</project>
Show replies by date