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 2005/12/19 22:55:33 UTC

svn commit: r357812 - in /beehive/trunk/system-controls/test/webservice: build.xml servers/ webapp/web/WEB-INF/client-build.xml webapp/web/WEB-INF/schemas/

Author: ekoneil
Date: Mon Dec 19 13:55:29 2005
New Revision: 357812

URL: http://svn.apache.org/viewcvs?rev=357812&view=rev
Log:
Remove some unused files / directories.

BB: self
Test: WSC pass


Removed:
    beehive/trunk/system-controls/test/webservice/servers/
    beehive/trunk/system-controls/test/webservice/webapp/web/WEB-INF/client-build.xml
    beehive/trunk/system-controls/test/webservice/webapp/web/WEB-INF/schemas/
Modified:
    beehive/trunk/system-controls/test/webservice/build.xml

Modified: beehive/trunk/system-controls/test/webservice/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/system-controls/test/webservice/build.xml?rev=357812&r1=357811&r2=357812&view=diff
==============================================================================
--- beehive/trunk/system-controls/test/webservice/build.xml (original)
+++ beehive/trunk/system-controls/test/webservice/build.xml Mon Dec 19 13:55:29 2005
@@ -302,6 +302,7 @@
     <!-- =================================================================== -->
     <target name="clean">
         <delete dir="${build.root.dir}"/>
+        <ant dir="webapp" target="clean" inheritAll="false"/>
     </target>
 
     <!-- =================================================================== -->