paula: removed old per-repo trunk subdirs
[paula.git] / paula.proputil / src / paula / proputil / ftesting.zcml
blobcaa07c2a962352a3522fcfc53cd3ba4a8319355c
1 <configure
2     xmlns="http://namespaces.zope.org/zope"
3     xmlns:meta="http://namespaces.zope.org/meta"
4     >
6   <!-- Turn on the devmode -->
7   <meta:provides feature="devmode" />
9   <include
10       package="zope.app.zcmlfiles"
11       zcml:condition="installed zope.app.zcmlfiles"
12       />
14   <include package="paula.properties" />
15   <include package="paula.proputil" />
17 </configure>