svn commit: r1512890 - /ofbiz/trunk/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1512890 - /ofbiz/trunk/build.xml

jleroux@apache.org
Author: jleroux
Date: Sun Aug 11 07:31:47 2013
New Revision: 1512890

URL: http://svn.apache.org/r1512890
Log:
This pos.memory.max.param property is now useless (I used it long ago and it made some confusion it seems)

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1512890&r1=1512889&r2=1512890&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sun Aug 11 07:31:47 2013
@@ -26,7 +26,6 @@ under the License.
     <property name="site.dir" value="../site"/>
     <property name="memory.initial.param" value="-Xms128M"/>
     <property name="memory.max.param" value="-Xmx512M"/>
-    <property name="pos.memory.max.param" value="-Xmx512M"/>
     <property name="memory.maxpermsize.param" value="-XX:MaxPermSize=512M"/>
 
     <available file="applications/build.xml" property="applications.present"/>