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 2011/02/13 20:36:29 UTC

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

Author: jleroux
Date: Sun Feb 13 19:36:29 2011
New Revision: 1070281

URL: http://svn.apache.org/viewvc?rev=1070281&view=rev
Log:
Revert partially r1069996.

It's good to have clean-downloads but not in clean-all

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1070281&r1=1070280&r2=1070281&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sun Feb 13 19:36:29 2011
@@ -67,7 +67,6 @@ under the License.
         <antcall target="clean-catalina"/>
         <antcall target="clean-cache"/>
         <antcall target="clean-tempfiles"/>
-        <antcall target="clean-downloads"/>
         <antcall target="clean"/>
     </target>