source: products/quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/configure.zcml @ 2677

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

#131: move genericsetup related configurations to profiles.zcml

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