Author: gsingers
Date: Wed Apr 16 06:36:30 2008
New Revision: 648693

URL: http://svn.apache.org/viewvc?rev=648693&view=rev
Log:
keep the docs around for Hudson

Modified:
    lucene/solr/trunk/build.xml

Modified: lucene/solr/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/build.xml?rev=648693&r1=648692&r2=648693&view=diff
==============================================================================
--- lucene/solr/trunk/build.xml (original)
+++ lucene/solr/trunk/build.xml Wed Apr 16 06:36:30 2008
@@ -196,7 +196,11 @@
 
   <target name="clean-dest"
           description="Cleans out ${dest} but leaves ${dist} alone.  This 
allows us to run nightly and clover together in Hudson">
-    <delete dir="${dest}" />
+    <delete includeemptydirs="true" >
+      <fileset dir="${dest}">
+        <exclude name="docs/"/>
+      </fileset>
+    </delete>
   </target>
 
   <!-- Prepares an entity file for use in Forrest documentation -->


Reply via email to