source: WAeUP_SRP/branches/srp_backend/configure.zcml @ 438

Last change on this file since 438 was 438, checked in by Henrik Bettermann, 18 years ago
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.