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

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

added test to verify if configlet is installed properly

File size: 512 bytes
RevLine 
[2870]1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
[2893]4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
[2880]5    i18n_domain="quintagroup.analytics">
[2870]6
[3003]7  <include package=".browser" />
[2870]8
[2893]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      />
[2870]16
17</configure>
Note: See TracBrowser for help on using the repository browser.