You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/05/08 23:45:33 UTC

svn commit: r773114 - /ofbiz/trunk/build.xml

Author: jleroux
Date: Fri May  8 21:45:32 2009
New Revision: 773114

URL: http://svn.apache.org/viewvc?rev=773114&view=rev
Log:
Clean runtime/tempfiles/captcha/ with xtra

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=773114&r1=773113&r2=773114&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Fri May  8 21:45:32 2009
@@ -76,7 +76,10 @@
     <target name="clean-xtra">
         <delete verbose="on">
             <fileset dir="." includes="**/.nbattrs,**/*~,**/.#*,**/.DS_Store,**/*.rej,**/*.orig"/>
-        </delete>
+        </delete>        
+        <delete >
+            <fileset dir="runtime/tempfiles/captcha/" includes="**/*.jpg"/>
+        </delete>        
     </target>
 
     <target name="clean-catalina">