mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11006 201d5d3c-b55e-5fd7-737f-ddc643e51545
30 lines
2.1 KiB
XML
30 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<permissions />
|
|
<actions>
|
|
<action name="dispInstallIntroduce" type="view" standalone="true" index="true" />
|
|
<action name="dispInstallCheckEnv" type="view" standalone="true" />
|
|
<action name="dispInstallSelectDB" type="view" standalone="true" />
|
|
<action name="dispInstallDBForm" type="view" standalone="true" />
|
|
<action name="dispInstallConfigForm" type="view" standalone="true" />
|
|
<action name="dispInstallManagerForm" type="view" standalone="true" />
|
|
<action name="procCubridDBSetting" type="controller" standalone="true" ruleset="cubrid" />
|
|
<action name="procFirebirdDBSetting" type="controller" standalone="true" ruleset="firebird" />
|
|
<action name="procMssqlDBSetting" type="controller" standalone="true" ruleset="mssql" />
|
|
<action name="procMysqlDBSetting" type="controller" standalone="true" ruleset="mysql" />
|
|
<action name="procPostgresqlDBSetting" type="controller" standalone="true" ruleset="postgresql" />
|
|
<action name="procSqliteDBSetting" type="controller" standalone="true" ruleset="sqlite" />
|
|
<action name="procConfigSetting" type="controller" standalone="true" ruleset="config" />
|
|
<action name="procInstall" type="controller" standalone="true" ruleset="install" />
|
|
<action name="procInstallFTP" type="controller" standalone="true" />
|
|
<action name="procInstallCheckFTP" type="controller" standalone="true" />
|
|
<action name="procInstallAdminInstall" type="controller" standalone="true" />
|
|
<action name="procInstallAdminUpdate" type="controller" standalone="true" />
|
|
<action name="procInstallAdminSaveTimeZone" type="controller" standalone="true" />
|
|
<action name="procInstallAdminSaveFTPInfo" type="controller" standalone="true" ruleset="installFtpInfo" />
|
|
<action name="procInstallAdminRemoveFTPInfo" type="controller" standalone="true" />
|
|
<action name="procInstallAdminConfig" type="controller" standalone="true" />
|
|
<action name="getInstallFTPList" type="model" standalone="true" />
|
|
</actions>
|
|
</module>
|