source: products/quintagroup.analytics/branches/update_mt/quintagroup/analytics/configure.zcml @ 3351

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

moved README.txt into packege root and register package as product

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.