source: products/quintagroup.mailer/branches/devel/quintagroup/mailer/configure.zcml @ 3526

Last change on this file since 3526 was 3526, checked in by vmaksymiv, 12 years ago

register import step, handler

File size: 850 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:cmf="http://namespaces.zope.org/cmf"
5    xmlns:zcml="http://namespaces.zope.org/zcml"
6    xmlns:genericsetup="http://namespaces.zope.org/genericsetup">
7
8    <genericsetup:registerProfile
9        name="default"
10        title="Quintagroup Mailer"
11        directory="profiles/default"
12        description='Install profile for Quintagroup Mailer.'
13        provides="Products.GenericSetup.interfaces.EXTENSION"
14      />
15
16    <genericsetup:importStep
17            name="quintagroup.mailer.alert_subscribers"
18            title="quintagroup.mailer: miscellaneous import steps for install alert service"
19            description=""
20            handler="quintagroup.mailer.setuphandlers.setupVarious">
21    </genericsetup:importStep>
22
23</configure>
24
Note: See TracBrowser for help on using the repository browser.