Author: brett
Date: Sat Jun 11 22:16:59 2005
New Revision: 190218
URL: http://svn.apache.org/viewcvs?rev=190218&view=rev
Log:
remove MAVEN_OPTS - no need for such a high setting, and make it consistent
with the shell script
also, the form of MAVEN_OPTS did not work when it was already set due to extra
quoting
Modified:
maven/components/trunk/maven-core/src/bin/m2.bat
Modified: maven/components/trunk/maven-core/src/bin/m2.bat
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core/src/bin/m2.bat?rev=190218&r1=190217&r2=190218&view=diff
==============================================================================
--- maven/components/trunk/maven-core/src/bin/m2.bat (original)
+++ maven/components/trunk/maven-core/src/bin/m2.bat Sat Jun 11 22:16:59 2005
@@ -123,7 +123,6 @@
@REM Reaching here means variables are defined and arguments have been captured
:endInit
-if "%MAVEN_OPTS%"=="" SET MAVEN_OPTS="-Xmx256m"
SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
@REM Start MAVEN2
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]