source: WAeUP_SRP/trunk/configure.zcml @ 408

Last change on this file since 408 was 363, checked in by lregebro, 18 years ago

Accomodation mapping storage tool.

  • Property svn:keywords set to Id
File size: 297 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    >
4
5  <adapter
6      factory=".exportimport.WAeUPTableXMLAdapter"
7      provides="Products.GenericSetup.interfaces.IBody"
8      for=".interfaces.IWAeUPTable
9           Products.GenericSetup.interfaces.ISetupEnviron"
10      />
11
12</configure>
Note: See TracBrowser for help on using the repository browser.