[jbosstools-commits] JBoss Tools SVN: r23520 - branches/jbosstools-3.2.0.M1/build/component.

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


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

Added:
   branches/jbosstools-3.2.0.M1/build/component/drools.xml
   branches/jbosstools-3.2.0.M1/build/component/drools.xml.README.txt
   branches/jbosstools-3.2.0.M1/build/component/vpe.xml
Log:
add component builders for drools, vpe

Added: branches/jbosstools-3.2.0.M1/build/component/drools.xml
===================================================================
--- branches/jbosstools-3.2.0.M1/build/component/drools.xml	                        (rev 0)
+++ branches/jbosstools-3.2.0.M1/build/component/drools.xml	2010-07-18 14:36:45 UTC (rev 23520)
@@ -0,0 +1,15 @@
+<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.build.component</groupId>
+	<artifactId>common</artifactId>
+	<version>0.0.1-SNAPSHOT</version>
+	<packaging>pom</packaging>
+	<modules>
+		<module>../../tests</module>
+		<module>../../common</module>
+		<module>../../jst</module>
+		<module>../../flow</module>
+                <module>../../drools</module>
+        </modules>
+</project>

Added: branches/jbosstools-3.2.0.M1/build/component/drools.xml.README.txt
===================================================================
--- branches/jbosstools-3.2.0.M1/build/component/drools.xml.README.txt	                        (rev 0)
+++ branches/jbosstools-3.2.0.M1/build/component/drools.xml.README.txt	2010-07-18 14:36:45 UTC (rev 23520)
@@ -0,0 +1,9 @@
+To build drools, you first need to run the build.xml script:
+
+$ cd ../../drools; ant
+
+Then run maven:
+
+$ cd ../build/component; mvn clean install -f drools.xml
+
+

Added: branches/jbosstools-3.2.0.M1/build/component/vpe.xml
===================================================================
--- branches/jbosstools-3.2.0.M1/build/component/vpe.xml	                        (rev 0)
+++ branches/jbosstools-3.2.0.M1/build/component/vpe.xml	2010-07-18 14:36:45 UTC (rev 23520)
@@ -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