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

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

Register IGAuthUtility to LocalSiteManager? on installation and bound to configlet; some refactoring and updates

File size: 595 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  <include package=".browser" />
9
10  <genericsetup:registerProfile
11      name="default"
12      title="quintagroup.gauth"
13      directory="profiles/default"
14      description="Installs the quintagroup.gauth package"
15      provides="Products.GenericSetup.interfaces.EXTENSION"
16      />
17  <!-- -*- extra stuff goes here -*- -->
18 
19</configure>
Note: See TracBrowser for help on using the repository browser.