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/05/10 03:21:49 UTC

svn commit: r169392 - /incubator/beehive/trunk/build.xml

Author: ekoneil
Date: Mon May  9 18:21:48 2005
New Revision: 169392

URL: http://svn.apache.org/viewcvs?rev=169392&view=rev
Log:
Disable the deletion of the controlhaus/ directory to give people a day's notice before the directory goes away.

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/build.xml

Modified: incubator/beehive/trunk/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/build.xml?rev=169392&r1=169391&r2=169392&view=diff
==============================================================================
--- incubator/beehive/trunk/build.xml (original)
+++ incubator/beehive/trunk/build.xml Mon May  9 18:21:48 2005
@@ -34,7 +34,9 @@
               
              eventually, we should remove this step.
          -->
+<!--
         <delete dir="${beehive.home}/controlhaus" quiet="true" failonerror="false"/>
+-->
     </target>
 
     <target name="deploy" description="Deploy Beehive" depends="revision.label">