Author: nickboldt
Date: 2011-09-27 11:42:35 -0400 (Tue, 27 Sep 2011)
New Revision: 35067
Added:
trunk/central/tests/pom.xml
Log:
add empty pom.xml to tests folder to allow building in Hudson
Added: trunk/central/tests/pom.xml
===================================================================
--- trunk/central/tests/pom.xml (rev 0)
+++ trunk/central/tests/pom.xml 2011-09-27 15:42:35 UTC (rev 35067)
@@ -0,0 +1,18 @@
+<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>
+ <parent>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>central</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.central</groupId>
+ <artifactId>tests</artifactId>
+ <name>central.tests</name>
+ <packaging>pom</packaging>
+ <modules>
+ <!-- TODO: add test modules here -->
+ </modules>
+</project>
+