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

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

Added authentication configlet and auth-test view

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.