source: WAeUP_SRP/base/configure.zcml @ 2480

Last change on this file since 2480 was 2099, checked in by Henrik Bettermann, 17 years ago

some corrections (see email 'Befund')

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