Author: jsong
Date: Thu Aug  5 17:14:25 2004
New Revision: 35758

Modified:
   incubator/beehive/trunk/controls/test/webapps/build.xml
Log:
remove a hard coded path from controls/test/webapps/build.xml.


Modified: incubator/beehive/trunk/controls/test/webapps/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/test/webapps/build.xml     (original)
+++ incubator/beehive/trunk/controls/test/webapps/build.xml     Thu Aug  5 
17:14:25 2004
@@ -53,7 +53,8 @@
         <echo message="|    Beehive Controls controlsWeb build starting    |"/>
         <echo message="-----------------------------------------------------"/>
 
-        <property name="webapp.dir" 
location="C:/beehive/work_dir/controls/test/webapps/${webapp.name}"/>
+        <!--property name="webapp.dir" 
location="C:/beehive/work_dir/controls/test/webapps/${webapp.name}"/-->
+        <property name="webapp.dir" location="./${webapp.name}"/>
 
        <ant antfile="${buildWebapp.ant}" target="deploy.netui" 
inheritAll="false">
                <property name="webapp.dir" value="${webapp.dir}" />

Reply via email to