Author: jleroux Date: Sun Aug 11 07:33:27 2013 New Revision: 1512891 URL: http://svn.apache.org/r1512891 Log: Oops, I made a typo while fixing this
Modified: ofbiz/branches/release12.04/build.xml Modified: ofbiz/branches/release12.04/build.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/build.xml?rev=1512891&r1=1512890&r2=1512891&view=diff ============================================================================== --- ofbiz/branches/release12.04/build.xml (original) +++ ofbiz/branches/release12.04/build.xml Sun Aug 11 07:33:27 2013 @@ -381,7 +381,7 @@ under the License. description="Start OFBiz"> <java jar="ofbiz.jar" fork="true"> <jvmarg value="${memory.initial.param}"/> - <jvmarg value="${memory.memory.max.param}"/> + <jvmarg value="${memory.max.param}"/> <jvmarg value="${memory.maxpermsize.param}"/> </java> </target> @@ -389,7 +389,7 @@ under the License. description="Start OFBiz as a separate process"> <java jar="ofbiz.jar" fork="true" spawn="true"> <jvmarg value="${memory.initial.param}"/> - <jvmarg value="${memory.memory.max.param}"/> + <jvmarg value="${memory.max.param}"/> <jvmarg value="${memory.maxpermsize.param}"/> </java> </target>