[Zope3-checkins] CVS: Zope3/lib/python/Zope/App - configure.zcml:1.6.4.1
Jim Fulton
jim@zope.com
Mon, 21 Oct 2002 09:47:52 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App
In directory cvs.zope.org:/tmp/cvs-serv29256/lib/python/Zope/App
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
configure.zcml
Log Message:
Earlier today I fixed a bug in configuration conflict
checking. Unfortunately, I forgot to try running Zope after that
change. It turns out that there were a number of configuration errors
that were revealed by the fix and Zope would not start as a result.
This checkin fixes those configuration errors.
=== Zope3/lib/python/Zope/App/configure.zcml 1.6 => 1.6.4.1 ===
--- Zope3/lib/python/Zope/App/configure.zcml:1.6 Fri Oct 4 15:05:50 2002
+++ Zope3/lib/python/Zope/App/configure.zcml Mon Oct 21 09:47:21 2002
@@ -3,9 +3,9 @@
<include package=".ComponentArchitecture" />
<include package=".Publisher" />
<include package=".ZMI" />
+ <include package=".Security" />
<include package=".OFS" />
<include package=".RDB" />
- <include package=".Security" />
<include package=".Traversing" />
<include package=".ZopePublication" />
<include package=".Undo" />