source: products/qPingTool/branches/plone-3.1/profiles.zcml

Last change on this file was 198, checked in by crchemist, 18 years ago

Fixup error in init.py

File size: 469 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="qPingTool">
5
6  <genericsetup:registerProfile
7      name="qPingTool"
8      title="qPingTool"
9      directory="profiles/default"
10      description='Extension profile for the types of qPingTool.'
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
13      />
14
15</configure>
Note: See TracBrowser for help on using the repository browser.