You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/04/19 18:55:48 UTC

svn commit: r395311 - /beehive/trunk/controls/test/build.xml

Author: ekoneil
Date: Wed Apr 19 09:55:46 2006
New Revision: 395311

URL: http://svn.apache.org/viewcvs?rev=395311&view=rev
Log:
Fix a break I caused in the last checkin -- nuked a <path> to <property> conversation...

Oops!

BB: self
Test: Controls pass (really!)


Modified:
    beehive/trunk/controls/test/build.xml

Modified: beehive/trunk/controls/test/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/build.xml?rev=395311&r1=395310&r2=395311&view=diff
==============================================================================
--- beehive/trunk/controls/test/build.xml (original)
+++ beehive/trunk/controls/test/build.xml Wed Apr 19 09:55:46 2006
@@ -81,6 +81,8 @@
         <fileset refid="velocity.fileset"/>
     </path>
 
+    <property name="mantis.classpath.string" refid="mantis.classpath"/>
+
     <path id="test.classpath">
         <path refid="controls.dependency.path"/>
         <path refid="velocity.dependency.path"/>
@@ -440,7 +442,7 @@
         <mantis srcdir="${controls.test.root}"
                 srcgen="${mantis.tch.srcgen.dir}"
                 bingen="${mantis.tch.bingen.dir}"
-                classpath="${mantis.classpath}"
+                classpath="${mantis.classpath.string}"
                 logdir="${mantis.tch.log.dir}"
                 config="${mantis.config}"
                 timeout="10000"
@@ -458,7 +460,7 @@
                 includes="**/*.java"
                 srcgen="${mantis.milton.srcgen.dir}"
                 bingen="${mantis.milton.bingen.dir}"
-                classpath="${mantis.classpath}"
+                classpath="${mantis.classpath.string}"
                 logdir="${mantis.milton.log.dir}"
                 config="${mantis.config}"
                 timeout="10000"