source: products/quintagroup.canonicalpath/trunk/quintagroup/canonicalpath/configure.zcml @ 1262

Last change on this file since 1262 was 782, checked in by crchemist, 17 years ago

Added translation for portal_status_message.

File size: 588 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
6  <!-- Include dependent packages -->
7  <include package="archetypes.schemaextender" />
8
9  <adapter
10        factory=".adapters.canonicalPathAdapter"
11        />
12
13  <genericsetup:registerProfile
14      name="default"
15      title="Canonical Path product"
16      directory="profiles/default"
17      description="Load catalog support for Canonoical Path."
18      provides="Products.GenericSetup.interfaces.EXTENSION"
19      />
20
21</configure>
Note: See TracBrowser for help on using the repository browser.