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/03/04 11:41:21 UTC

svn commit: r1733577 - /ofbiz/trunk/ant.bat

Author: jleroux
Date: Fri Mar  4 10:41:21 2016
New Revision: 1733577

URL: http://svn.apache.org/viewvc?rev=1733577&view=rev
Log:
No functional change, TOP contains already a trailing backslash so no need to had another one.

Modified:
    ofbiz/trunk/ant.bat

Modified: ofbiz/trunk/ant.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/ant.bat?rev=1733577&r1=1733576&r2=1733577&view=diff
==============================================================================
--- ofbiz/trunk/ant.bat (original)
+++ ofbiz/trunk/ant.bat Fri Mar  4 10:41:21 2016
@@ -26,7 +26,7 @@ IF DEFINED JAVA_HOME (
 
 SET TOP=%~dp0
 SET LAUNCHER_JAR=
-SET BASE_LIB=%TOP%\framework\base\lib
+SET BASE_LIB=%TOP%framework\base\lib
 SET ANT_LIB=%BASE_LIB%\ant
 FOR %%G IN (%BASE_LIB%\ant-*-ant-launcher.jar) DO SET LAUNCHER_JAR=%%G
 REM ECHO %LAUNCHER_JAR%