diff options
author | knut <> | 2006-02-23 14:02:09 +0000 |
---|---|---|
committer | knut <> | 2006-02-23 14:02:09 +0000 |
commit | 78bddd0357fe5fc8fd0ab085ac7757ca996dcc48 (patch) | |
tree | 5e5664d5732920a8eddf49dba62970c33202fb98 /demos | |
parent | 4416943e5d682c212b7a15b2f71d9b6c5d3f3e1f (diff) |
Corrected some problems related to validation of application.xml
Diffstat (limited to 'demos')
-rw-r--r-- | demos/personal/protected/application.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/personal/protected/application.xml b/demos/personal/protected/application.xml index 0e6bd313..e8189eb0 100644 --- a/demos/personal/protected/application.xml +++ b/demos/personal/protected/application.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?>
-<application mode="Debug">
+<application id="personal" mode="Debug">
<!-- modules configured and loaded for all services -->
<modules>
<!-- Remove this comment mark to enable caching
|