summaryrefslogtreecommitdiff
path: root/buildscripts/chmbuilder/classes/application.xml
blob: 13533b0c9a25c31813cf1f70b974c88db8687e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>

<application mode="Normal">
  <paths>
        <using namespace="Application.pages.*" />
  </paths>
  <services>
    <service id="page" class="TPageService" BasePath="Application.pages">
      <pages MasterClass="MainLayout" />
    </service>
  </services>
</application>