[jboss-svn-commits] JBL Code SVN: r36146 - labs/jbossrules/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Dec 1 10:28:40 EST 2010
Author: ge0ffrey
Date: 2010-12-01 10:28:39 -0500 (Wed, 01 Dec 2010)
New Revision: 36146
Modified:
labs/jbossrules/trunk/pom.xml
Log:
adding drools-eclipe to the default profile because it now only takes 20 seconds to build and we want devs that do "find usages/show references" on class X to see when class X is used in drools-eclipse
Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml 2010-12-01 14:11:03 UTC (rev 36145)
+++ labs/jbossrules/trunk/pom.xml 2010-12-01 15:28:39 UTC (rev 36146)
@@ -284,6 +284,7 @@
<module>drools-server</module>
<module>drools-templates</module>
<module>drools-verifier</module>
+ <module>drools-eclipse</module>
</modules>
<profiles>
@@ -345,18 +346,6 @@
</profile>
<profile>
- <id>build-eclipse</id>
- <activation>
- <property>
- <name>eclipse</name>
- </property>
- </activation>
- <modules>
- <module>drools-eclipse</module>
- </modules>
- </profile>
-
- <profile>
<id>release</id>
<activation>
<property>
@@ -365,7 +354,6 @@
</activation>
<modules>
<module>drools-docs</module>
- <module>drools-eclipse</module>
<module>drools-examples</module>
</modules>
</profile>
@@ -379,7 +367,6 @@
</activation>
<modules>
<module>drools-docs</module>
- <module>drools-eclipse</module>
<module>drools-examples</module>
</modules>
</profile>
More information about the jboss-svn-commits
mailing list