source: products/quintagroup.pingtool/trunk/quintagroup/pingtool/profiles.zcml @ 3665

Last change on this file since 3665 was 653, checked in by piv, 17 years ago

updated version to 0.0.2

File size: 795 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="quintagroup.pingtool">
5
6  <genericsetup:registerProfile
7      name="default"
8      title="quintagroup.pingtool"
9      directory="profiles/default"
10      description="Install quintagroup.pingtool package."
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
13      />
14
15  <genericsetup:registerProfile
16      name="uninstall"
17      title="quintagroup.pingtool"
18      directory="profiles/uninstall"
19      description="Uninstall quintagroup.pingtool package."
20      provides="Products.GenericSetup.interfaces.EXTENSION"
21      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
22      />
23
24</configure>
Note: See TracBrowser for help on using the repository browser.