diff options
author | xue <> | 2005-12-23 03:32:45 +0000 |
---|---|---|
committer | xue <> | 2005-12-23 03:32:45 +0000 |
commit | ae8311e9de8d9d467506b74d387500956f164d4d (patch) | |
tree | 51e63c2cfa729c28ca0a8b610fdf072ab1d22d02 /demos/hangman/protected/data/application.xml | |
parent | 153581e1081ba4225eb93221aced493709cb606c (diff) |
Diffstat (limited to 'demos/hangman/protected/data/application.xml')
-rw-r--r-- | demos/hangman/protected/data/application.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/demos/hangman/protected/data/application.xml b/demos/hangman/protected/data/application.xml deleted file mode 100644 index 7cdc3a0b..00000000 --- a/demos/hangman/protected/data/application.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-
-<application id="hangman" mode="Debug">
- <paths>
- <alias id="Application" path=".." />
- <alias id="Pages" path="../pages" />
- </paths>
- <services>
- <service id="page" BasePath="Pages" DefaultPage="home" />
- </services>
- <parameters>
- <parameter id="wordFile">Application.data.words</parameter>
- </parameters>
-</application>
\ No newline at end of file |