[jbosstools-commits] JBoss Tools SVN: r22741 - trunk.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jun 10 21:05:10 EDT 2010


Author: nickboldt
Date: 2010-06-10 21:05:10 -0400 (Thu, 10 Jun 2010)
New Revision: 22741

Modified:
   trunk/pom.xml
Log:
add target platform build to pom; add comments about drools bootstrapping requirement; re-enable site build

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-06-11 00:55:33 UTC (rev 22740)
+++ trunk/pom.xml	2010-06-11 01:05:10 UTC (rev 22741)
@@ -13,6 +13,7 @@
 	<packaging>pom</packaging>
 	<modules>
 		<!-- this order is important! make sure you've run genpom.xml first! -->
+		<module>build/target-platform</module>
 		<module>tests</module>
 		<module>common</module>
 		<module>flow</module>
@@ -30,7 +31,9 @@
 		<module>jst</module>
 		<module>vpe</module>
 		<module>jsf</module>
-<!--		<module>drools</module> -->
+		<!-- NOTE: To build drools, must first bootstrap with ant script:
+		       cd drools; ant -q -->
+		<module>drools</module>
 		<module>esb</module>
 		<module>tptp</module>
 		<module>ws</module>
@@ -41,7 +44,7 @@
 		<module>examples</module>
 		<module>birt</module>
 		<module>maven</module>
-<!--		<module>site</module> -->
+		<module>site</module>
 	</modules>
 </project>
 	



More information about the jbosstools-commits mailing list