source: main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/async_single.zcml @ 9101

Last change on this file since 9101 was 9100, checked in by uli, 12 years ago

Add ZCML configuration file for installing job container in single ZODB setup.

File size: 162 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<configure xmlns="http://namespaces.zope.org/zope">
3  <subscriber handler=".async.job_container_installer" />
4</configure>
Note: See TracBrowser for help on using the repository browser.