source: products/quintagroup.analytics/trunk/quintagroup/analytics/configure.zcml @ 3003

Last change on this file since 3003 was 3003, checked in by fenix, 13 years ago

added test to verify if configlet is installed properly

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.analytics">
6
7  <include package=".browser" />
8
9  <genericsetup:registerProfile
10      name="QAnalytics"
11      title="Quintagroup Analytics"
12      directory="profiles/default"
13      description="Profile for a Quintagroup Analytics."
14      provides="Products.GenericSetup.interfaces.EXTENSION"
15      />
16
17</configure>
Note: See TracBrowser for help on using the repository browser.