[jboss-svn-commits] JBL Code SVN: r10805 - labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Apr 7 02:13:42 EDT 2007


Author: pombredanne
Date: 2007-04-07 02:13:41 -0400 (Sat, 07 Apr 2007)
New Revision: 10805

Modified:
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/test.xml
Log:
JBRULES-761 Automate the Eclipse build
-make the test run point to the host bundle, not on the fragment, to work around a bug in the org.eclipse.test plugin.

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/test.xml
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/test.xml	2007-04-07 00:33:04 UTC (rev 10804)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/test.xml	2007-04-07 06:13:41 UTC (rev 10805)
@@ -6,7 +6,7 @@
   <property name="eclipse-home" location="${baseLocation}"/>
   
   <!-- sets the properties eclipse-home, and library-file -->
-  <property name="plugin-name" value="org.drools.eclipse.test"/>
+  <property name="plugin-name" value="org.drools.eclipse"/>
   <property name="library-file" location="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml"/>
   
   <!-- This target holds all initialization code that needs to be done for




More information about the jboss-svn-commits mailing list