Author: dgolovin
Date: 2010-08-19 19:54:40 -0400 (Thu, 19 Aug 2010)
New Revision: 24315
Added:
trunk/usage/tests/pom.xml
Log:
fix fo continuous build. missing pom.xml added
Added: trunk/usage/tests/pom.xml
===================================================================
--- trunk/usage/tests/pom.xml (rev 0)
+++ trunk/usage/tests/pom.xml 2010-08-19 23:54:40 UTC (rev 24315)
@@ -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.usage</groupId>
+ <artifactId>tests</artifactId>
+ <name>usage.tests</name>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.tools.usage.test</module>
+ </modules>
+</project>
+