Author: jleroux
Date: Sun Aug 11 07:20:55 2013
New Revision: 1512889
URL:
http://svn.apache.org/r1512889Log:
Fixes wrong C/P in run target memory.max.param property
Modified:
ofbiz/branches/release10.04/build.xml
Modified: ofbiz/branches/release10.04/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/build.xml?rev=1512889&r1=1512888&r2=1512889&view=diff==============================================================================
--- ofbiz/branches/release10.04/build.xml (original)
+++ ofbiz/branches/release10.04/build.xml Sun Aug 11 07:20:55 2013
@@ -319,7 +319,7 @@ under the License.
description="This will start OFBiz">
<java jar="ofbiz.jar" fork="true">
<jvmarg value="${memory.initial.param}"/>
- <jvmarg value="${pos.memory.max.param}"/>
+ <jvmarg value="${memory.max.param}"/>
<jvmarg value="${memory.maxpermsize.param}"/>
</java>
</target>