Author: nickboldt
Date: 2010-08-25 12:54:19 -0400 (Wed, 25 Aug 2010)
New Revision: 24439
Modified:
branches/jbosstools-3.2.0.M2/build/pom.xml
Log:
drools should be inactive by default; just aggregate from external build
Modified: branches/jbosstools-3.2.0.M2/build/pom.xml
===================================================================
--- branches/jbosstools-3.2.0.M2/build/pom.xml 2010-08-25 16:53:36 UTC (rev 24438)
+++ branches/jbosstools-3.2.0.M2/build/pom.xml 2010-08-25 16:54:19 UTC (rev 24439)
@@ -585,7 +585,7 @@
<profile>
<id>drools</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>../drools</module>
Show replies by date