RA-562: Removed the FTP panel from the Share installer + some refactoring.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@110320 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jean-Pierre Huynh
2015-08-18 11:26:31 +00:00
parent bc4e8e43f0
commit 97a2275fac

View File

@@ -37,32 +37,23 @@
</ruleList> </ruleList>
</actionGroup> </actionGroup>
<!-- Disable password prompt when PostgreSQL is not packaged -->
<setInstallerVariable name="component(alfresco).parameter(alfresco_admin_password).allowEmptyValue" value="1">
<ruleList>
<compareText text="${product_fullname}" logic="equals" value="Alfresco Share"/>
</ruleList>
</setInstallerVariable>
<setInstallerVariable name="component(alfresco).parameter(alfresco_admin_password).ask" value="0">
<ruleList>
<compareText text="${product_fullname}" logic="equals" value="Alfresco Share"/>
</ruleList>
</setInstallerVariable>
<!-- Alfresco Share specifics --> <!-- Alfresco Share specifics -->
<setInstallerVariable name="component(alfresco).parameter(repository_url_port).ask" value="1"> <actionGroup>
<actionList>
<!-- Disable password prompt when PostgreSQL is not packaged -->
<setInstallerVariable name="component(alfresco).parameter(alfresco_admin_password).allowEmptyValue" value="1"/>
<setInstallerVariable name="component(alfresco).parameter(alfresco_admin_password).ask" value="0"/>
<!-- Ask for Platform URL -->
<setInstallerVariable name="component(alfresco).parameter(repository_url_port).ask" value="1"/>
<!-- Disable RMI panel -->
<setInstallerVariable name="component(alfresco).parameter(alfresco_rmi_port).ask" value="0"/>
<!-- Disable FTP panel -->
<setInstallerVariable name="component(alfresco).parameter(alfresco_ftp_port).ask" value="0"/>
</actionList>
<ruleList> <ruleList>
<compareText text="${product_fullname}" logic="equals" value="Alfresco Share"/> <compareText text="${product_fullname}" logic="equals" value="Alfresco Share"/>
</ruleList> </ruleList>
</setInstallerVariable> </actionGroup>
<!-- Disable RMI panel for Share Installer -->
<setInstallerVariable name="component(alfresco).parameter(alfresco_rmi_port).ask" value="0">
<ruleList>
<compareText text="${product_fullname}" logic="equals" value="Alfresco Share"/>
</ruleList>
</setInstallerVariable>
</preBuildActionList> </preBuildActionList>
<initializationActionList> <initializationActionList>
<setInstallerVariable name="alfresco_installer_bitness" value="64"/> <setInstallerVariable name="alfresco_installer_bitness" value="64"/>