Author: jleroux
Date: Sun Aug 11 07:18:05 2013
New Revision: 1512887
URL:
http://svn.apache.org/r1512887Log:
Fixes wrong C/P in run target memory.max.param property
Modified:
ofbiz/branches/release11.04/build.xml
Modified: ofbiz/branches/release11.04/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/build.xml?rev=1512887&r1=1512886&r2=1512887&view=diff==============================================================================
--- ofbiz/branches/release11.04/build.xml (original)
+++ ofbiz/branches/release11.04/build.xml Sun Aug 11 07:18:05 2013
@@ -342,7 +342,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>