Merge "Issue #1859 - the Xss JVM parameter will now be included in the ini files for the 32-bit CAVE" into development

Former-commit-id: 88a6a8abb3 [formerly 6e0ced27dc] [formerly d6d0e0131f] [formerly 71d400e09f [formerly d6d0e0131f [formerly fa1c24a0aa4004b9403e39ce94a99a88f423466e]]]
Former-commit-id: 71d400e09f
Former-commit-id: db325a9270fe94f678cb6b219d0d78c03ac26ba9 [formerly d463555ca3]
Former-commit-id: f452a4582a
This commit is contained in:
Greg Armendariz 2013-04-04 13:00:39 -05:00 committed by Gerrit Code Review
commit f0957645ad

View file

@ -228,6 +228,8 @@
<var name="cave.arch" value="arch.x86" />
<extractCAVEini
zip.file="${buildDirectory}/${buildLabel}/${buildId}-linux.gtk.x86.zip" />
<!-- add the Xss jvm parameter to the 32-bit CAVE -->
<echo file="/tmp/cave/cave.ini" append="true" message="-Xss512k" />
<antcall target="generateDynamicCAVE" />
<!-- Update the 32-bit CAVE zip file -->
<zip destfile="${buildDirectory}/${buildLabel}/${buildId}-linux.gtk.x86.zip"