git-svn-id: http://xe-core.googlecode.com/svn/trunk@119 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-20 02:47:13 +00:00
parent a347783ce9
commit f0edc7f054
16 changed files with 156 additions and 66 deletions

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<module version="0.1">
<action name="viewIntroduce" type="view" default="true" />
<action name="viewDBInfoForm" type="view" />
<action name="doInstall" type="controller" />
</module>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<module version="0.1" default_action="viewIntroduce" >
<actions>
<action name="viewIntroduce" type="view" />
<action name="viewDBInfoForm" type="view" />
<action name="doInstall" type="controller" />
</actions>
</module>