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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sun Jul 18 10:36:21 EDT 2010


Author: nickboldt
Date: 2010-07-18 10:36:21 -0400 (Sun, 18 Jul 2010)
New Revision: 23519

Added:
   trunk/build/component/vpe.xml
Log:
add component builder for vpe

Added: trunk/build/component/vpe.xml
===================================================================
--- trunk/build/component/vpe.xml	                        (rev 0)
+++ trunk/build/component/vpe.xml	2010-07-18 14:36:21 UTC (rev 23519)
@@ -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>
+	<groupId>org.jboss</groupId>
+	<artifactId>tools</artifactId>
+	<version>0.0.1-SNAPSHOT</version>
+	<packaging>pom</packaging>
+	<modules>
+		<module>../../tests</module>
+		<module>../../jmx</module>
+		<module>../../archives</module>
+		<module>../../as</module>
+		<module>../../common</module>
+		<module>../../jst</module>
+		<module>../../xulrunner</module>
+		<module>../../vpe</module>
+	</modules>
+</project>



More information about the jbosstools-commits mailing list