You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/04/06 10:42:37 UTC

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

Author: jacopoc
Date: Fri Apr  6 01:42:36 2007
New Revision: 526100

URL: http://svn.apache.org/viewvc?view=rev&rev=526100
Log:
Updated clean-catalina target to use the new runtime folder.

Modified:
    ofbiz/trunk/framework/build.xml

Modified: ofbiz/trunk/framework/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/build.xml?view=diff&rev=526100&r1=526099&r2=526100
==============================================================================
--- ofbiz/trunk/framework/build.xml (original)
+++ ofbiz/trunk/framework/build.xml Fri Apr  6 01:42:36 2007
@@ -102,7 +102,7 @@
     </target>
 
     <target name="clean-catalina" depends="">
-        <delete dir="catalina/work"/>
+        <delete dir="../runtime/catalina/work"/>
     </target>
 
     <target name="tests">