You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2004/09/21 02:35:53 UTC

svn commit: rev 46950 - incubator/beehive/trunk/wsm/drt

Author: mmerz
Date: Mon Sep 20 17:35:52 2004
New Revision: 46950

Modified:
   incubator/beehive/trunk/wsm/drt/build.xml
Log:
Added removal of tests/build.xml to target "clean".


Modified: incubator/beehive/trunk/wsm/drt/build.xml
==============================================================================
--- incubator/beehive/trunk/wsm/drt/build.xml	(original)
+++ incubator/beehive/trunk/wsm/drt/build.xml	Mon Sep 20 17:35:52 2004
@@ -68,6 +68,7 @@
     <target name="clean">
         <delete dir="${build.dir}"/>
         <delete dir="${drt.logs}"/>
+        <delete file="tests/Foo.class" />
     </target>
 
     <target name="dirs">