root/qLocalSkin/trunk/configure.zcml

Revision 1003 (checked in by piv, 1 year ago)

release 0.1.0

Line 
1 <configure xmlns="http://namespaces.zope.org/zope"
2            xmlns:five="http://namespaces.zope.org/five">
3
4     <include package=".browser"/>
5
6     <include package=".adapters"/>
7
8     <include file="events.zcml"/>
9
10     <!-- marker interface for shift Portal URL to marked folder -->
11     <interface interface=".interfaces.IShiftPortalUrl" />
12
13 </configure>
Note: See TracBrowser for help on using the browser.