svn commit: r1755248 - /ofbiz/trunk/tools/cleanBuild.bat

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

svn commit: r1755248 - /ofbiz/trunk/tools/cleanBuild.bat

jleroux@apache.org
Author: jleroux
Date: Fri Aug  5 07:05:56 2016
New Revision: 1755248

URL: http://svn.apache.org/viewvc?rev=1755248&view=rev
Log:
No functional change, just adds eclipse task

Modified:
    ofbiz/trunk/tools/cleanBuild.bat

Modified: ofbiz/trunk/tools/cleanBuild.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/cleanBuild.bat?rev=1755248&r1=1755247&r2=1755248&view=diff
==============================================================================
--- ofbiz/trunk/tools/cleanBuild.bat (original)
+++ ofbiz/trunk/tools/cleanBuild.bat Fri Aug  5 07:05:56 2016
@@ -20,4 +20,4 @@ rem ####################################
 
 rem to revert back a revision in local copy.
 echo on
-svn up && gradlew clean build
+svn up && gradlew clean eclipse build