[jbosstools-commits] JBoss Tools SVN: r24398 - trunk/build/component.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Aug 24 19:36:36 EDT 2010


Author: nickboldt
Date: 2010-08-24 19:36:35 -0400 (Tue, 24 Aug 2010)
New Revision: 24398

Added:
   trunk/build/component/as.xml
Log:
add as builder

Added: trunk/build/component/as.xml
===================================================================
--- trunk/build/component/as.xml	                        (rev 0)
+++ trunk/build/component/as.xml	2010-08-24 23:36:35 UTC (rev 24398)
@@ -0,0 +1,17 @@
+<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</groupId>
+	<artifactId>tools</artifactId>
+	<version>0.0.1-SNAPSHOT</version>
+	<packaging>pom</packaging>
+	<modules>
+		<module>../parent</module>
+		<module>../libs</module>
+
+		<module>../../tests</module>
+		<module>../../jmx</module>
+		<module>../../archives</module>
+		<module>../../as</module>
+	</modules>
+</project>



More information about the jbosstools-commits mailing list