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/05 18:05:49 UTC

svn commit: r168348 - /incubator/beehive/trunk/ant/nightly.xml

Author: ekoneil
Date: Thu May  5 09:05:49 2005
New Revision: 168348

URL: http://svn.apache.org/viewcvs?rev=168348&view=rev
Log:
Enable the full clean / deploy / drt cycle for the SVN tree before creating a nightly build.

BB: self
Test: full nightly build


Modified:
    incubator/beehive/trunk/ant/nightly.xml

Modified: incubator/beehive/trunk/ant/nightly.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/ant/nightly.xml?rev=168348&r1=168347&r2=168348&view=diff
==============================================================================
--- incubator/beehive/trunk/ant/nightly.xml (original)
+++ incubator/beehive/trunk/ant/nightly.xml Thu May  5 09:05:49 2005
@@ -33,11 +33,10 @@
 
         <antcall target="scrub.tomcat"/>
 
-<!--
         <ant antfile="../build.xml" target="clean" inheritAll="false"/>
         <ant antfile="../build.xml" target="deploy" inheritAll="false"/>
         <ant antfile="../build.xml" target="drt" inheritAll="false"/>
--->
+
         <ant antfile="../build.xml" target="build.dist" inheritAll="false">
             <property name="beehive.version" value="${beehive.version}"/>
         </ant>