[jboss-svn-commits] JBL Code SVN: r10839 - labs/jbossrules/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Apr 9 21:05:43 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-04-09 21:05:42 -0400 (Mon, 09 Apr 2007)
New Revision: 10839

Modified:
   labs/jbossrules/trunk/pom.xml
Log:
JBRULES-761 Automate the Eclipse build
-now only need to use -Declipse=true to activate the drools-eclipse profile

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2007-04-10 00:01:53 UTC (rev 10838)
+++ labs/jbossrules/trunk/pom.xml	2007-04-10 01:05:42 UTC (rev 10839)
@@ -247,7 +247,7 @@
     <profile>
         <id>build-eclipse</id>
         <activation>
-            <property><name>eclipse.home</name></property>
+            <property><name>eclipse</name></property>
         </activation>
         <modules>
             <module>drools-eclipse</module>




More information about the jboss-svn-commits mailing list