You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by se...@apache.org on 2018/07/26 00:12:27 UTC

svn commit: r1836681 - /attic/site/build.xml

Author: sebb
Date: Thu Jul 26 00:12:27 2018
New Revision: 1836681

URL: http://svn.apache.org/viewvc?rev=1836681&view=rev
Log:
Need to clean up more fully

Modified:
    attic/site/build.xml

Modified: attic/site/build.xml
URL: http://svn.apache.org/viewvc/attic/site/build.xml?rev=1836681&r1=1836680&r2=1836681&view=diff
==============================================================================
--- attic/site/build.xml (original)
+++ attic/site/build.xml Thu Jul 26 00:12:27 2018
@@ -125,7 +125,7 @@
 	</target>
 
 	  <target name="clean-docs">
-	    <delete> 
+	    <delete includeEmptyDirs="true"> 
 	    	<fileset dir="${docs.dest}" excludes=".svn/**"/>
 	    </delete>
 	  </target>