svn commit: r1713956 - /portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml

[email protected] Thu, 12 Nov 2015 02:33:34 -0000
Newsgroups gmane.comp.jakarta.jetspeed.devel
Message-ID <[email protected]>
Author: taylor
Date: Thu Nov 12 02:33:33 2015
New Revision: 1713956

URL: http://svn.apache.org/viewvc?rev=1713956&view=rev
Log:
need JVM settings for DB Migration

Modified:
    portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml

Modified: portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml?rev=1713956&r1=1713955&r2=1713956&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml (original)
+++ portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/ant-installer/antinstall-config.xml Thu Nov 12 02:33:33 2015
@@ -76,7 +76,7 @@
   </page>
 
   <page type="input" name="jvmProperties" displayText="JVM memory size"
-    ifProperty="(${operation}=importdb) OR (${operation}=exportdb)">
+    ifProperty="(${operation}=importdb) OR (${operation}=exportdb) OR (${operation}=migratedb)">
     <comment displayText="Enter maximum memory size of the import/export JVM process;" />
     <comment displayText="large data sets will often require additional memory." />
     <comment displayText="" />