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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
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>