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

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

Added GSpreadsheetDataProvider adapter

File size: 839 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  <adapter factory=".adapters.GSpreadsheetDataProvider" />
14
15  <!-- Register the installation GenericSetup extension profile -->
16  <genericsetup:registerProfile
17      name="default"
18      title="Plone Google Documents Spreadsheet"
19      directory="profiles/default"
20      description=""
21      provides="Products.GenericSetup.interfaces.EXTENSION"
22      />
23
24  <!-- -*- extra stuff goes here -*- -->
25
26</configure>
Note: See TracBrowser for help on using the repository browser.