diff options
author | knut <> | 2006-02-23 18:49:14 +0000 |
---|---|---|
committer | knut <> | 2006-02-23 18:49:14 +0000 |
commit | 790954df7b3959af479a71bae0905c1c11a56fb7 (patch) | |
tree | 1b75aad5ebfadcf82f95965447fbf56dc21867f8 /demos/quickstart | |
parent | 088c6a09d6c1f230060e98ea98dcfb8f69025af6 (diff) |
Created an XmlLintTask to validate configuration against XML Schema Definitions and a new target lint-demos to check both syntax of demo configuration and PHP source files
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/protected/application.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index 88cab8d1..743c8ddd 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
-<application id="QuickStart" Mode="Debug">
- <modules>
+<application id="QuickStart" mode="Debug">
+ <!--<modules>-->
<!-- uncomment the following to enable caching
<module id="cache" class="System.Data.TSqliteCache" />
-->
@@ -10,7 +10,7 @@ <route class="TFileLogRoute" />
</module>
-->
- </modules>
+ <!--</modules>-->
<paths>
<using namespace="Application.controls.*" />
</paths>
|