Author: nickboldt
Date: 2011-08-02 20:34:55 -0400 (Tue, 02 Aug 2011)
New Revision: 33489
Modified:
trunk/jst/pom.xml
Log:
JBIDE-8734 publish test feature and/or bot test plugin(s)
Modified: trunk/jst/pom.xml
===================================================================
--- trunk/jst/pom.xml 2011-08-03 00:34:48 UTC (rev 33488)
+++ trunk/jst/pom.xml 2011-08-03 00:34:55 UTC (rev 33489)
@@ -1,5 +1,4 @@
-<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">
+<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</groupId>
<artifactId>jst</artifactId>
@@ -13,10 +12,10 @@
</parent>
<packaging>pom</packaging>
<modules>
- <module>features</module>
<module>plugins</module>
<module>tests</module>
- <module>site</module>
- </modules>
+ <module>features</module>
+ <module>site</module>
+ </modules>
</project>
-
+