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

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

added default profile

File size: 544 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</configure>
17
Note: See TracBrowser for help on using the repository browser.