[Zope-Checkins]
SVN: Products.Five/branches/publication-refactor2/meta.zcml
try loading the zope.app.publication meta file
Michael Kerrin
michael.kerrin at openapp.biz
Fri Apr 21 15:00:51 EDT 2006
Log message for revision 67252:
try loading the zope.app.publication meta file
Changed:
U Products.Five/branches/publication-refactor2/meta.zcml
-=-
Modified: Products.Five/branches/publication-refactor2/meta.zcml
===================================================================
--- Products.Five/branches/publication-refactor2/meta.zcml 2006-04-21 18:57:50 UTC (rev 67251)
+++ Products.Five/branches/publication-refactor2/meta.zcml 2006-04-21 19:00:51 UTC (rev 67252)
@@ -195,4 +195,7 @@
<!-- load the i18n:registerTranslations directive -->
<include package="zope.app.i18n" file="meta.zcml" />
+ <!-- load the zope:publisher directive -->
+ <include package="zope.app.publication" file="meta.zcml" />
+
</configure>
More information about the Zope-Checkins
mailing list