diff options
author | wei <> | 2006-06-01 00:10:37 +0000 |
---|---|---|
committer | wei <> | 2006-06-01 00:10:37 +0000 |
commit | b01ee414775cc78aa47edb74263be9502168e472 (patch) | |
tree | 6fc3cb60cf6a4c26c594a685155cd92b98ac69ac /demos/quickstart/protected/application.xml | |
parent | 5081873dda167cd224be2c4b42e57128f51c89da (diff) |
Add comments option to quickstart.
Diffstat (limited to 'demos/quickstart/protected/application.xml')
-rw-r--r-- | demos/quickstart/protected/application.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index fed0ec22..7ed4a749 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -19,6 +19,7 @@ </modules>
<paths>
<using namespace="Application.controls.*" />
+ <using namespace="Application.comments.*" />
</paths>
<services>
<service id="page" class="TPageService" DefaultPage="GettingStarted.Introduction" />
|