diff options
author | xue <> | 2005-11-17 22:13:21 +0000 |
---|---|---|
committer | xue <> | 2005-11-17 22:13:21 +0000 |
commit | 179cdbcff6afcdd740cb0ec63b2326b99323334c (patch) | |
tree | 4ff793e50317b7127a90ca5f87b6ab632b07c67a /demos | |
parent | 3b613bc84c80307b6d93443b9989ca576bf59776 (diff) |
Diffstat (limited to 'demos')
-rw-r--r-- | demos/controls/protected/application.xml | 4 | ||||
-rw-r--r-- | demos/personal/protected/application.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/demos/controls/protected/application.xml b/demos/controls/protected/application.xml index 856ae087..6f8b11bc 100644 --- a/demos/controls/protected/application.xml +++ b/demos/controls/protected/application.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?>
-<configuration id="controls" mode="Debug">
+<application id="controls" mode="Debug">
<paths>
<alias id="Demo" path="." />
<alias id="Pages" path="pages" />
@@ -25,4 +25,4 @@ </modules>
</service>
</services>
-</configuration>
\ No newline at end of file +</application>
\ No newline at end of file diff --git a/demos/personal/protected/application.xml b/demos/personal/protected/application.xml index c8dd4467..ef7240b9 100644 --- a/demos/personal/protected/application.xml +++ b/demos/personal/protected/application.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?>
-<configuration>
+<application>
<paths>
<alias id="Application" path="." />
</paths>
@@ -26,4 +26,4 @@ </modules>
</service>
</services>
-</configuration>
\ No newline at end of file +</application>
\ No newline at end of file |