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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Aug 20 12:50:41 EDT 2010


Author: nickboldt
Date: 2010-08-20 12:50:41 -0400 (Fri, 20 Aug 2010)
New Revision: 24342

Modified:
   trunk/pom.xml
Log:
remove Drools; built externally and aggregated now

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-08-20 16:49:42 UTC (rev 24341)
+++ trunk/pom.xml	2010-08-20 16:50:41 UTC (rev 24342)
@@ -44,13 +44,13 @@
 		<module>modeshape</module>
 		<module>flow</module>
 		<module>jbpm</module>
+		<module>gwt</module>
+		<module>deltacloud</module>
 		<!-- NOTE: To build drools, must first bootstrap with ant script: cd drools; 
 			ant -q -->
 		<!-- IF YOU REMOVE A MODULE, be sure to also remove it from site/site.xml 
 			and build/aggregate/site/site.xml or the build will break! -->
-		<module>gwt</module>
-		<module>deltacloud</module>
-		<module>drools</module>
+		<!-- module>drools</module -->
 		<module>runtime</module>
 		<module>usage</module>
 		<module>site</module>



More information about the jbosstools-commits mailing list