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 2016/07/30 10:48:58 UTC

svn commit: r1754616 - /ofbiz/trunk/tools/test.bat

Author: jleroux
Date: Sat Jul 30 10:48:58 2016
New Revision: 1754616

URL: http://svn.apache.org/viewvc?rev=1754616&view=rev
Log:
I don't want eclipse to complain each time I run that script!

Modified:
    ofbiz/trunk/tools/test.bat

Modified: ofbiz/trunk/tools/test.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/test.bat?rev=1754616&r1=1754615&r2=1754616&view=diff
==============================================================================
--- ofbiz/trunk/tools/test.bat (original)
+++ ofbiz/trunk/tools/test.bat Sat Jul 30 10:48:58 2016
@@ -24,4 +24,4 @@ set OFBIZ_HOME=%~p0..\
 rem ### Simple easy to read line
 cd %OFBIZ_HOME%
 echo on
-svn up && gradlew cleanAll loadDefault testIntegration
\ No newline at end of file
+svn up && gradlew cleanAll eclipse loadDefault testIntegration
\ No newline at end of file