[jboss-svn-commits] JBL Code SVN: r23021 - in labs/jbossrules/trunk: drools-examples/drools-examples-drl and 1 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Sep 23 16:57:55 EDT 2008
Author: tirelli
Date: 2008-09-23 16:57:55 -0400 (Tue, 23 Sep 2008)
New Revision: 23021
Modified:
labs/jbossrules/trunk/drools-examples/drools-examples-drl/pom.xml
labs/jbossrules/trunk/drools-process/pom.xml
labs/jbossrules/trunk/pom.xml
Log:
Commiting new profiles
Modified: labs/jbossrules/trunk/drools-examples/drools-examples-drl/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-examples/drools-examples-drl/pom.xml 2008-09-23 16:50:02 UTC (rev 23020)
+++ labs/jbossrules/trunk/drools-examples/drools-examples-drl/pom.xml 2008-09-23 20:57:55 UTC (rev 23021)
@@ -12,7 +12,7 @@
TODO make this packing pom and make 2 submodules: example-waltz and example-manners
(and possibly example-common too)
-->
- <artifactId>drools-examples</artifactId>
+ <artifactId>drools-examples-drl</artifactId>
<packaging>jar</packaging>
<name>Drools :: examples</name>
Modified: labs/jbossrules/trunk/drools-process/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-process/pom.xml 2008-09-23 16:50:02 UTC (rev 23020)
+++ labs/jbossrules/trunk/drools-process/pom.xml 2008-09-23 20:57:55 UTC (rev 23021)
@@ -11,11 +11,25 @@
<artifactId>drools-process</artifactId>
<packaging>pom</packaging>
<name>Drools :: Process</name>
+
+ <profiles>
+ <profile>
+ <id>cibuild</id>
+ <activation>
+ <property>
+ <name>cibuild</name>
+ </property>
+ </activation>
+ <modules>
+ <module>drools-bpel</module>
+ </modules>
+ </profile>
+ </profiles>
<modules>
<module>drools-process-task</module>
<module>drools-workitems</module>
- <module>drools-bpel</module>
+ <!-- module>drools-bpel</module -->
</modules>
</project>
Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml 2008-09-23 16:50:02 UTC (rev 23020)
+++ labs/jbossrules/trunk/pom.xml 2008-09-23 20:57:55 UTC (rev 23021)
@@ -331,12 +331,32 @@
<module>drools-eclipse</module>
</modules>
</profile>
- <!--<profile> TODO remove me, as drools-solver is now included in the main build
- <id>solver</id>
+ <profile>
+ <id>release</id>
+ <activation>
+ <property>
+ <name>release</name>
+ </property>
+ </activation>
<modules>
- <module>drools-solver</module>
+ <module>drools-docs</module>
+ <module>drools-eclipse</module>
+ <module>drools-examples</module>
</modules>
- </profile>-->
+ </profile>
+ <profile>
+ <id>cibuild</id>
+ <activation>
+ <property>
+ <name>cibuild</name>
+ </property>
+ </activation>
+ <modules>
+ <module>drools-docs</module>
+ <module>drools-eclipse</module>
+ <module>drools-examples</module>
+ </modules>
+ </profile>
</profiles>
@@ -673,13 +693,11 @@
<module>drools-clips</module>
<module>drools-dataloaders</module>
<module>drools-process</module>
- <!-- TODO enable these or create a profile in which they are enabled (to avoid making the build slow) -->
<module>drools-server</module>
<module>drools-verifier</module>
<module>drools-ant</module>
<module>drools-repository</module>
<module>drools-guvnor</module>
- <!--module>drools-examples</module-->
<module>drools-solver</module>
</modules>
More information about the jboss-svn-commits
mailing list