Author: jleroux
Date: Mon Apr 30 09:14:05 2012
New Revision: 1332131
URL:
http://svn.apache.org/viewvc?rev=1332131&view=revLog:
"Applied fix from trunk for revision: 1332097"
------------------------------------------------------------------------
r1332097 | jleroux | 2012-04-30 10:17:18 +0200 (lun., 30 avr. 2012) | 3 lines
Revert r1331995. We need rather to pass parameters through ant start* targets :
http://ant.apache.org/manual/Tasks/property.html------------------------------------------------------------------------
Modified:
ofbiz/branches/release12.04/ (props changed)
ofbiz/branches/release12.04/build.xml
Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1332097
Modified: ofbiz/branches/release12.04/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/build.xml?rev=1332131&r1=1332130&r2=1332131&view=diff==============================================================================
--- ofbiz/branches/release12.04/build.xml (original)
+++ ofbiz/branches/release12.04/build.xml Mon Apr 30 09:14:05 2012
@@ -383,7 +383,6 @@ under the License.
<jvmarg value="${memory.initial.param}"/>
<jvmarg value="${pos.memory.max.param}"/>
<jvmarg value="${memory.maxpermsize.param}"/>
- <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError"/>
</java>
</target>
<target name="start-batch"
@@ -392,7 +391,6 @@ under the License.
<jvmarg value="${memory.initial.param}"/>
<jvmarg value="${pos.memory.max.param}"/>
<jvmarg value="${memory.maxpermsize.param}"/>
- <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError"/>
</java>
</target>
<target name="start-debug"
@@ -405,7 +403,6 @@ under the License.
<jvmarg value="-Djava.compiler=NONE"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8091"/>
- <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError"/>
</java>
</target>
<target name="start-pos"
@@ -414,7 +411,6 @@ under the License.
<jvmarg value="${memory.initial.param}"/>
<jvmarg value="${memory.max.param}"/>
<jvmarg value="${memory.maxpermsize.param}"/>
- <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError"/>
<arg value="pos"/>
</java>
</target>