[jboss-svn-commits] JBL Code SVN: r32714 - labs/jbossrules/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon May 3 16:14:56 EDT 2010
Author: baunax
Date: 2010-05-03 16:14:55 -0400 (Mon, 03 May 2010)
New Revision: 32714
Modified:
labs/jbossrules/trunk/pom.xml
Log:
JBRULES-2499 Create a new module to host IDE common behavior
- moved guvnor's packages from drools-compiler to drools-ide-common
Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml 2010-05-03 20:07:20 UTC (rev 32713)
+++ labs/jbossrules/trunk/pom.xml 2010-05-03 20:14:55 UTC (rev 32714)
@@ -258,6 +258,7 @@
<module>drools-factconstraint</module>
<module>drools-planner</module>
<module>drools-container/drools-mc</module>
+<module>drools-ide-common</module>
<!--module>drools-agent-jini</module-->
</modules>
@@ -276,6 +277,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.3</version>
</plugin>
<plugin>
@@ -1067,6 +1069,11 @@
<artifactId>drools-planner-examples</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.drools</groupId>
+ <artifactId>drools-ide-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- External dependencies -->
<dependency>
<groupId>org.apache.felix</groupId>
More information about the jboss-svn-commits
mailing list