Ignore:
Timestamp:
Jan 26, 2010 6:47:51 PM (14 years ago)
Author:
mylan
Message:

Add content from qPloneGoogleSitemaps. Fix all imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/configure.zcml

    r1591 r1593  
    22    xmlns="http://namespaces.zope.org/zope" 
    33    xmlns:five="http://namespaces.zope.org/five" 
     4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup" 
    45    i18n_domain="quintagroup.plonegooglesitemaps"> 
    56 
    6   <five:registerPackage package="." initialize=".initialize" /> 
     7    <!-- Include the sub-packages that use their own configure.zcml files. --> 
     8    <include package=".browser" /> 
     9    <include package=".content" /> 
     10 
     11    <!-- Register the installation GenericSetup extension profile --> 
     12    <genericsetup:registerProfile 
     13      name="default" 
     14      title="Plone Google Sitemaps" 
     15      directory="profiles/default" 
     16      description="" 
     17      provides="Products.GenericSetup.interfaces.EXTENSION" 
     18      /> 
     19 
     20    <!-- -*- extra stuff goes here -*- --> 
     21 
     22    <subscriber handler=".handlers.pingGoogle"/> 
    723 
    824</configure> 
Note: See TracChangeset for help on using the changeset viewer.