You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/01/02 23:40:48 UTC

svn commit: r365455 - /incubator/roller/branches/roller_2.0/build.xml

Author: snoopdave
Date: Mon Jan  2 14:40:45 2006
New Revision: 365455

URL: http://svn.apache.org/viewcvs?rev=365455&view=rev
Log:
Roller 2.0.1 release: source now unpacks under roller-src, so does tools, and tools now includes README

Modified:
    incubator/roller/branches/roller_2.0/build.xml

Modified: incubator/roller/branches/roller_2.0/build.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/build.xml?rev=365455&r1=365454&r2=365455&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/build.xml (original)
+++ incubator/roller/branches/roller_2.0/build.xml Mon Jan  2 14:40:45 2006
@@ -725,7 +725,7 @@
     <delete>
         <fileset dir="${ro.build}" includes="*.tar"/>
     </delete>
-    <!-- <delete dir="${ro.build}/roller-src" /> -->
+    <delete dir="${ro.build}/roller-src" /> 
 </target>
 
 <!-- ********************************************************************* -->