[jbosstools-commits] JBoss Tools SVN: r24105 - trunk/build/component.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Aug 12 11:16:49 EDT 2010
Author: nickboldt
Date: 2010-08-12 11:16:49 -0400 (Thu, 12 Aug 2010)
New Revision: 24105
Added:
trunk/build/component/archives.xml
Log:
new archives builder pom for rawblem
Added: trunk/build/component/archives.xml
===================================================================
--- trunk/build/component/archives.xml (rev 0)
+++ trunk/build/component/archives.xml 2010-08-12 15:16:49 UTC (rev 24105)
@@ -0,0 +1,16 @@
+<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>
+ </modules>
+</project>
More information about the jbosstools-commits
mailing list