Author: snjeza
Date: 2011-03-24 20:47:09 -0400 (Thu, 24 Mar 2011)
New Revision: 30000
Added:
trunk/runtime/tests/
trunk/runtime/tests/pom.xml
Modified:
trunk/runtime/pom.xml
Log:
JBIDE-7583 Add tests for org.jboss.tools.runtime plugin
Modified: trunk/runtime/pom.xml
===================================================================
--- trunk/runtime/pom.xml 2011-03-25 00:00:57 UTC (rev 29999)
+++ trunk/runtime/pom.xml 2011-03-25 00:47:09 UTC (rev 30000)
@@ -9,7 +9,7 @@
<modules>
<module>plugins</module>
<module>features</module>
- <!-- <module>tests</module> -->
+ <module>tests</module>
<module>site</module>
</modules>
</project>
Added: trunk/runtime/tests/pom.xml
===================================================================
--- trunk/runtime/tests/pom.xml (rev 0)
+++ trunk/runtime/tests/pom.xml 2011-03-25 00:47:09 UTC (rev 30000)
@@ -0,0 +1,13 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.tools.maven</groupId>
+ <artifactId>tests</artifactId>
+ <name>maven.tests</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.runtime.test</module>
+ </modules>
+</project>
+