source: products/quintagroup.analytics/branches/treemap/quintagroup/analytics/configure.zcml

Last change on this file was 3372, checked in by potar, 12 years ago

Added new branch

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