Author: jleroux
Date: Sat Jul 30 10:48:58 2016
New Revision: 1754616
URL:
http://svn.apache.org/viewvc?rev=1754616&view=revLog:
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