paula: removed old per-repo trunk subdirs
[paula.git] / paula.authentication / src / paula / authentication / ftesting.zcml
blob3c1c9782ec738b3654c8d1fc99a0e33b963163f7
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.authentication" />
16 </configure>