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

Last change on this file since 1731 was 1724, checked in by mylan, 14 years ago

#135: Added quintagroup.canonicalpath as required package

File size: 1.0 KB
RevLine 
[1591]1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
[1593]4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
[1613]5    xmlns:cmf="http://namespaces.zope.org/cmf"
[1591]6    i18n_domain="quintagroup.plonegooglesitemaps">
7
[1724]8    <!-- Include dependent packages -->
9    <include package="quintagroup.canonicalpath" />
10
[1612]11    <five:registerPackage package="." initialize=".initialize" />
12
[1613]13    <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
14
[1593]15    <!-- Include the sub-packages that use their own configure.zcml files. -->
16    <include package=".browser" />
17    <include package=".content" />
[1591]18
[1593]19    <!-- Register the installation GenericSetup extension profile -->
20    <genericsetup:registerProfile
21      name="default"
22      title="Plone Google Sitemaps"
23      directory="profiles/default"
24      description=""
25      provides="Products.GenericSetup.interfaces.EXTENSION"
26      />
27
28    <!-- -*- extra stuff goes here -*- -->
29
30    <subscriber handler=".handlers.pingGoogle"/>
31
[1591]32</configure>
Note: See TracBrowser for help on using the repository browser.