[Zope3-checkins] CVS: Zope3 - site.zcml:1.12
Gary Poster
gary@zope.com
Sat, 21 Dec 2002 10:48:20 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv991
Modified Files:
site.zcml
Log Message:
Ah-ha. no, that's a difference between make and stupid_build, not my error. Reinstating.
=== Zope3/site.zcml 1.11 => 1.12 ===
--- Zope3/site.zcml:1.11 Sat Dec 21 10:44:47 2002
+++ Zope3/site.zcml Sat Dec 21 10:48:20 2002
@@ -20,6 +20,6 @@
<grant permission="Zope.ManageApplication" role="Manager" />
<grant permission="Zope.ManageBindings" role="Manager" />
-<!-- include file="products.zcml" /-->
+<include file="products.zcml" />
</zopeConfigure>