source: products/quintagroup.gauth/trunk/quintagroup/gauth/configure.zcml @ 2577

Last change on this file since 2577 was 2577, checked in by mylan, 14 years ago

Initial import

File size: 561 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:i18n="http://namespaces.zope.org/i18n"
5    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
6    i18n_domain="quintagroup.gauth">
7
8  <genericsetup:registerProfile
9      name="default"
10      title="quintagroup.gauth"
11      directory="profiles/default"
12      description="Installs the quintagroup.gauth package"
13      provides="Products.GenericSetup.interfaces.EXTENSION"
14      />
15  <!-- -*- extra stuff goes here -*- -->
16 
17</configure>
Note: See TracBrowser for help on using the repository browser.