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

Last change on this file since 438 was 438, checked in by Henrik Bettermann, 18 years ago
File size: 288 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:cps="http://namespaces.nuxeo.org/cps">
4
5  <cps:upgradeStep
6      title="Rename Accommodation tool"
7      handler=".upgrade.rename_accommodation_tool"
8      checker=".upgrade.check_accommodation_tool"
9      />
10
11</configure>
Note: See TracBrowser for help on using the repository browser.