[Zope3-checkins] CVS: Zope3/lib/python/Zope/App - configure.zcml:1.4
Stephan Richter
srichter@cbu.edu
Fri, 19 Jul 2002 09:21:40 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App
In directory cvs.zope.org:/tmp/cvs-serv27816/lib/python/Zope/App
Modified Files:
configure.zcml
Log Message:
Starting up Zope was broken. I fixed that by removing some more Formulator
stuff. I will fix the Loaded Folder (which is broke now) when I come back,
since I have to run.
I just also noticed there are still plenty of stale S{CONTENTOBJECT}Fields.py
files flying around.
=== Zope3/lib/python/Zope/App/configure.zcml 1.3 => 1.4 ===
<include package=".ComponentArchitecture" />
<include package=".Publisher" />
<include package=".ZMI" />
- <include package=".Formulator" />
<include package=".OFS" />
<include package=".RDB" />
<include package=".Security" />