Author: ekoneil Date: Wed Jan 5 19:51:20 2005 New Revision: 124341 URL: http://svn.apache.org/viewcvs?view=rev&rev=124341 Log: Tweak to start deleting the netui-config.xml file from coreWeb/WEB-INF/
This is in preparation for movnig the local-netui-config.xml file to netui-config.xml, which will cause a little SVN trouble. Just trying to grease the wheels some by removing it as eagerly as possible from dev disks. BB: self DRT: NetUI pass (win) Modified: incubator/beehive/trunk/netui/test/webapps/drt/build.xml Modified: incubator/beehive/trunk/netui/test/webapps/drt/build.xml Url: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/build.xml?view=diff&rev=124341&p1=incubator/beehive/trunk/netui/test/webapps/drt/build.xml&r1=124340&p2=incubator/beehive/trunk/netui/test/webapps/drt/build.xml&r2=124341 ============================================================================== --- incubator/beehive/trunk/netui/test/webapps/drt/build.xml (original) +++ incubator/beehive/trunk/netui/test/webapps/drt/build.xml Wed Jan 5 19:51:20 2005 @@ -134,6 +134,7 @@ <property name="playback.webapps" value="${webapp.name}"/> <property name="drt.mode" value="true"/> </ant> + <delete file="${webapp.dir}/WEB-INF/netui-config.xml"/> </target> <target name="bvt" description="Run the bvt suite with full server start / stop support.">
