loops/system/configure.zcml
helmutm eddf4287ec work in progress: loops site synchronization: export (and subsequent import) of changes
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3729 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-02-14 09:51:49 +00:00

21 lines
535 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="loops">
<!--<zope:adapter factory="loops.system.setup.SetupManager"
name="system" />-->
<browser:page
name="setup_jobrecords.html"
for="loops.interfaces.ILoops"
class="loops.system.browser.SetupActions"
attribute="setupJobRecords"
permission="loops.ManageSite" />
<include package=".site" />
<include package=".sync" />
</configure>