summaryrefslogtreecommitdiff
path: root/demos/hangman/protected/application.xml
diff options
context:
space:
mode:
authorxue <>2005-12-21 17:06:12 +0000
committerxue <>2005-12-21 17:06:12 +0000
commite08aa82e5e4d2bc06bb8f98654806a15bdefc994 (patch)
treebfd7e9c2ac2cf365d7a22bfa5dbb0f1d63cbd30a /demos/hangman/protected/application.xml
parent2a940b0f6ce13cb612d3db585aaaf3d49b95885a (diff)
Added support to global state.
Diffstat (limited to 'demos/hangman/protected/application.xml')
-rw-r--r--demos/hangman/protected/application.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/demos/hangman/protected/application.xml b/demos/hangman/protected/application.xml
deleted file mode 100644
index 1f91fcff..00000000
--- a/demos/hangman/protected/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