# HG changeset patch # User Thierry Florac # Date 1399713334 -7200 # Node ID 16a535e0eb92a7345b1e61146c9da8bd910c939a # Parent 650534afe60db43405b66ec8d30504207259cb70 Added configuration directives to remove static dependencies with ztfy.skin and zopyx.zxng3.core packages diff -r 650534afe60d -r 16a535e0eb92 src/ztfy/utils/browser/configure.zcml --- a/src/ztfy/utils/browser/configure.zcml Wed May 07 19:04:14 2014 +0200 +++ b/src/ztfy/utils/browser/configure.zcml Sat May 10 11:15:34 2014 +0200 @@ -2,6 +2,7 @@ xmlns="http://namespaces.zope.org/zope" xmlns:browser="http://namespaces.zope.org/browser" xmlns:z3c="http://namespaces.zope.org/z3c" + xmlns:zcml="http://namespaces.zope.org/zcml" i18n_domain="ztfy.i18n"> @@ -11,22 +12,24 @@ class="..zodb.ZEOConnectionUtility" permission="zope.ManageServices" /> - + + - + + diff -r 650534afe60d -r 16a535e0eb92 src/ztfy/utils/catalog/configure.zcml --- a/src/ztfy/utils/catalog/configure.zcml Wed May 07 19:04:14 2014 +0200 +++ b/src/ztfy/utils/catalog/configure.zcml Sat May 10 11:15:34 2014 +0200 @@ -1,16 +1,19 @@ - - - - + + + + + +