source: products/quintagroup.plonegooglesitemaps/branches/plone4/quintagroup/plonegooglesitemaps/configure.zcml

Last change on this file was 2425, checked in by mylan, 14 years ago

#131: move genericsetup related configurations to profiles.zcml

File size: 842 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:cmf="http://namespaces.zope.org/cmf"
5    i18n_domain="quintagroup.plonegooglesitemaps">
6
7    <!-- Include dependent packages -->
8    <include package="quintagroup.canonicalpath" />
9    <include package="quintagroup.catalogupdater" />
10    <include package="archetypes.schemaextender" />
11
12    <five:registerPackage package="." initialize=".initialize" />
13
14    <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
15
16    <!-- Include the sub-packages that use their own configure.zcml files. -->
17    <include package=".browser" />
18    <include package=".content" />
19
20    <include file="profiles.zcml" />
21
22    <!-- -*- extra stuff goes here -*- -->
23
24    <subscriber handler=".handlers.pingGoogle"/>
25
26</configure>
Note: See TracBrowser for help on using the repository browser.