Author: nickboldt
Date: 2010-07-26 12:10:39 -0400 (Mon, 26 Jul 2010)
New Revision: 23728
Modified:
trunk/pom.xml
Log:
DOES NO ONE READ COMMENTS IN SOURCE??? YOU CANNOT DISABLE DROOLS WITHOUT ALSO DISABLING IT
FROM THE site.xml FILES
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-07-26 13:56:45 UTC (rev 23727)
+++ trunk/pom.xml 2010-07-26 16:10:39 UTC (rev 23728)
@@ -46,7 +46,7 @@
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>drools</module> -->
+ <module>drools</module>
<module>site</module>
</modules>
Show replies by date