You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ro...@apache.org on 2005/12/08 19:00:34 UTC

svn commit: r355160 - /portals/jetspeed-2/trunk/installer2/antinstall-config-multi.xml

Author: rogerrut
Date: Thu Dec  8 10:00:28 2005
New Revision: 355160

URL: http://svn.apache.org/viewcvs?rev=355160&view=rev
Log:
The install broke because dbName was not set.
Added field to database dialog promting for dbName (default derby)

Modified:
    portals/jetspeed-2/trunk/installer2/antinstall-config-multi.xml

Modified: portals/jetspeed-2/trunk/installer2/antinstall-config-multi.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/installer2/antinstall-config-multi.xml?rev=355160&r1=355159&r2=355160&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/installer2/antinstall-config-multi.xml (original)
+++ portals/jetspeed-2/trunk/installer2/antinstall-config-multi.xml Thu Dec  8 10:00:28 2005
@@ -84,6 +84,8 @@
         <comment
             displayText="Please fill in the fields below with the approriate database information. The default values should work"/>
         
+        <text property="dbName" displayText="Database type"
+            defaultValue="derby"/>
         <text property="dbUser" displayText="Database User Name"/>
         <text property="dbPassword" displayText="Database Password"/>
         



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org