source: products/quintagroup.doublecolumndocument/tags/0.2/quintagroup/doublecolumndocument/configure.zcml @ 804

Last change on this file since 804 was 290, checked in by chervol, 18 years ago

import of Wolfgang Reutz changes

File size: 784 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.doublecolumndocument">
6
7    <five:registerPackage package="." initialize=".initialize" />
8
9    <!-- Include the sub-packages that use their own configure.zcml files. -->
10    <include package=".browser" />
11    <include package=".content" />
12
13    <!-- Register the installation GenericSetup extension profile -->
14    <genericsetup:registerProfile
15      name="default"
16      title="Double Column Document"
17      directory="profiles/default"
18      description="Extends Document with one more extra column"
19      provides="Products.GenericSetup.interfaces.EXTENSION"
20      />
21
22
23</configure>
Note: See TracBrowser for help on using the repository browser.