source: products/quintagroup.gdocs.spreadsheet/trunk/quintagroup/gdocs/spreadsheet/configure.zcml @ 2650

Last change on this file since 2650 was 2650, checked in by liebster, 14 years ago

Changed profile's title

File size: 779 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.gdocs.spreadsheet">
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="Plone Google Documents Spreadsheet"
17      directory="profiles/default"
18      description=""
19      provides="Products.GenericSetup.interfaces.EXTENSION"
20      />
21
22  <!-- -*- extra stuff goes here -*- -->
23
24</configure>
Note: See TracBrowser for help on using the repository browser.