[Checkins]
SVN: zc.datetimewidget/branches/gintas-dateranges/src/zc/datetimewidget/ftesting.zcml
make ftests work and remove deprecation warnings
Gary Poster
gary at zope.com
Thu Feb 8 10:46:16 EST 2007
Log message for revision 72460:
make ftests work and remove deprecation warnings
Changed:
U zc.datetimewidget/branches/gintas-dateranges/src/zc/datetimewidget/ftesting.zcml
-=-
Modified: zc.datetimewidget/branches/gintas-dateranges/src/zc/datetimewidget/ftesting.zcml
===================================================================
--- zc.datetimewidget/branches/gintas-dateranges/src/zc/datetimewidget/ftesting.zcml 2007-02-08 15:44:15 UTC (rev 72459)
+++ zc.datetimewidget/branches/gintas-dateranges/src/zc/datetimewidget/ftesting.zcml 2007-02-08 15:46:15 UTC (rev 72460)
@@ -1,7 +1,15 @@
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
+ xmlns:zcml="http://namespaces.zope.org/zcml"
i18n_domain="zope">
- <include package="zope.app" />
+ <include
+ zcml:condition="installed zope.app.zcmlfiles"
+ package="zope.app.zcmlfiles"
+ />
+ <include
+ zcml:condition="not-installed zope.app.zcmlfiles"
+ package="zope.app"
+ />
<include package="zope.app.server" />
<include package="zope.app.authentication" />
<include package="zope.app.securitypolicy" file="meta.zcml" />
More information about the Checkins
mailing list