Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/pal-portal/installer/etc/ant-installer/antinstall-config.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by shinsuke, Sat Mar 10 01:15:38 2007 UTC revision 1.2 by shinsuke, Sun Mar 11 14:16:31 2007 UTC
# Line 44  Line 44 
44      <checkbox displayText="PAL Portal" property="dummy" defaultValue="true" force="true" />      <checkbox displayText="PAL Portal" property="dummy" defaultValue="true" force="true" />
45      <checkbox displayText="Layout Portlets" property="dummy" defaultValue="true" force="true" />      <checkbox displayText="Layout Portlets" property="dummy" defaultValue="true" force="true" />
46      <checkbox displayText="Portal Administration Portlets" property="dummy" defaultValue="true" force="true" />      <checkbox displayText="Portal Administration Portlets" property="dummy" defaultValue="true" force="true" />
47        <target displayText="Mail Server Configuration" target="mailServerConfiguration"
48                defaultValue="true" force="true"/>
49    </page>    </page>
50    
51    <page type="input" name="databaseSelection" displayText="Database selection">    <page type="input" name="databaseSelection" displayText="Database selection">
# Line 198  Line 200 
200      <comment displayText="Continuing now will otherwise require manual setup of the database."/>      <comment displayText="Continuing now will otherwise require manual setup of the database."/>
201    </page>    </page>
202    
203        <!-- Mail Server Configuration -->
204        <page type="input" name="mailServerConfig" displayText="Mail Server Configuration">
205            <comment
206                displayText="Please fill in the fields below with the approriate mail server information. The default values should work"/>
207            
208            <text property="mailServer" displayText="Mail server name" defaultValue="localhost"/>
209            <text property="msUsername" displayText="User name"/>
210            <text property="msPassword" displayText="Password"/>
211            <checkbox property="msAuth" displayText="User authentication" defaultValue="false"/>
212        </page>
213    
214    <page type="input" name="beforeInstall" displayText="Before your install ..." ifProperty="(${dbName}=manual) OR (${setupDBAntTarget}=setupNoDB)">    <page type="input" name="beforeInstall" displayText="Before your install ..." ifProperty="(${dbName}=manual) OR (${setupDBAntTarget}=setupNoDB)">
215      <hidden property="db.username" value="" />      <hidden property="db.username" value="" />
216      <hidden property="db.password" value="" />      <hidden property="db.password" value="" />

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26