Author: jsong
Date: Mon Jan 31 12:51:14 2005
New Revision: 149297

URL: http://svn.apache.org/viewcvs?view=rev&rev=149297
Log:
Change the property "controlhaus.jars" to "controlhaus.jars.dir".

Contributed by Joe Pemberton.


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

Modified: incubator/beehive/trunk/controls/test/webapps/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/webapps/build.xml?view=diff&r1=149296&r2=149297
==============================================================================
--- incubator/beehive/trunk/controls/test/webapps/build.xml (original)
+++ incubator/beehive/trunk/controls/test/webapps/build.xml Mon Jan 31 12:51:14 
2005
@@ -213,7 +213,7 @@
     <target name="-inject.test.controlhaus" 
if="do.inject.test.controlhaus.jars">
         <echo message="Injecting Controlhaus Jars"/>
         <copy todir="${webapp.dir}/WEB-INF/lib" overwrite="true" 
verbose="true">
-            <fileset dir="${controlhaus.jars}">
+            <fileset dir="${controlhaus.jars.dir}">
                 <include name="*.jar"/>
             </fileset>
         </copy>


Reply via email to