Author: doogie
Date: Tue Apr 17 19:57:22 2012
New Revision: 1327250
URL:
http://svn.apache.org/viewvc?rev=1327250&view=revLog:
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"/>