Author: jsong
Date: Tue Aug 10 17:23:23 2004
New Revision: 36200
Modified:
incubator/beehive/trunk/controls/test/webapps/build.xml
Log:
Remove reference to struct.tld 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 Tue Aug 10
17:23:23 2004
@@ -18,7 +18,7 @@
<!--property file="${os.BEEHIVE_HOME}/netui/test/ant/test.properties"/-->
<!--property file="${os.BEEHIVE_HOME}/netui/ant/bootstrap.properties"/-->
<!--property file="${os.BEEHIVE_HOME}/netui/ant/common.properties"/-->
- <property file="common.properties"/>
+ <!--property file="common.properties"/-->
<property name="webapp.name" value="controlsWeb"/>
<property name="webapp.waitfor.url"
value="http://localhost:8080/${webapp.name}"/>
@@ -65,9 +65,9 @@
tofile="${webapp.dir}/WEB-INF/${netuiconfig.xml.name}"
overwrite="true" failonerror="false"/>
- <copy todir="${webapp.dir}/WEB-INF" file="${struts11.logic.tld}"/>
- <copy todir="${webapp.dir}/WEB-INF" file="${struts11.html.tld}"/>
- <copy todir="${webapp.dir}/WEB-INF" file="${struts11.bean.tld}"/>
+ <!--copy todir="${webapp.dir}/WEB-INF" file="${struts11.logic.tld}"/-->
+ <!--copy todir="${webapp.dir}/WEB-INF" file="${struts11.html.tld}"/-->
+ <!--copy todir="${webapp.dir}/WEB-INF" file="${struts11.bean.tld}"/-->
<ant antfile="${buildWebapp.ant}" target="build.webapp"
inheritAll="false">
<property name="webapp.dir" location="${webapp.dir}"/>