source: products/quintagroup.pfg.captcha/trunk/quintagroup/pfg/captcha/configure.zcml @ 1969

Last change on this file since 1969 was 1969, checked in by liebster, 14 years ago

Initial release (paster created)

File size: 512 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
5    i18n_domain="quintagroup.pfg.captcha">
6
7    <five:registerPackage package="." initialize=".initialize" />
8
9    <genericsetup:registerProfile
10       name="default"
11       title="Title"
12       directory="profiles/default"
13       description="Description."
14       provides="Products.GenericSetup.interfaces.EXTENSION"
15       />
16
17</configure>
Note: See TracBrowser for help on using the repository browser.