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

Last change on this file since 1693 was 1693, checked in by mylan, 14 years ago

#132: Clean-up package

File size: 621 bytes
Line 
1e<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup">
4
5  <!-- Add general canonical_path adapter -->
6  <adapter factory=".adapters.canonicalPathAdapter" />
7
8  <!-- Register canonical_path adapter for catalog -->
9  <adapter name="canonical_path" factory=".catalog.canonical_path" />
10
11  <genericsetup:registerProfile
12      name="default"
13      title="Canonical Path product"
14      directory="profiles/default"
15      description="Load catalog support for Canonoical Path."
16      provides="Products.GenericSetup.interfaces.EXTENSION"
17      />
18
19</configure>
Note: See TracBrowser for help on using the repository browser.