You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2012/04/17 21:57:22 UTC

svn commit: r1327250 - /ofbiz/trunk/framework/build.xml

Author: doogie
Date: Tue Apr 17 19:57:22 2012
New Revision: 1327250

URL: http://svn.apache.org/viewvc?rev=1327250&view=rev
Log:
OPTIMIZE: Delete derby and hsql data dirs first, with verbose turned off.

Modified:
    ofbiz/trunk/framework/build.xml

Modified: ofbiz/trunk/framework/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/build.xml?rev=1327250&r1=1327249&r2=1327250&view=diff
==============================================================================
--- ofbiz/trunk/framework/build.xml (original)
+++ ofbiz/trunk/framework/build.xml Tue Apr 17 19:57:22 2012
@@ -81,6 +81,8 @@ under the License.
     </target>
 
     <target name="clean-data">
+        <delete includeemptydirs="true" dir="../runtime/data/derby"/>
+        <delete includeemptydirs="true" dir="../runtime/data/hsql"/>
         <delete verbose="on" includeemptydirs="true">
             <fileset dir="../runtime/data" includes="**/*">
                 <exclude name="README"/>