source: WAeUP_SRP/trunk/configure.zcml @ 746

Last change on this file since 746 was 414, checked in by lregebro, 18 years ago

Added an upgrade step for accomodation tool to accommodation tool.

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