[Zope3-checkins] CVS: Zope3/src/zope/app/browser - configure.zcml:1.18
Anthony Baxter
anthony@interlink.com.au
Sat, 12 Jul 2003 23:36:17 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv2618/app/browser
Modified Files:
configure.zcml
Log Message:
Say hello to Mr. Catalog.
Merge of the melb-2003-content-catalog-branch.
Currently, only FieldIndexes are hooked up to catalogs. Will be
hooking up TextIndex next. Catalogs can be added as both Utilities
(see zope/app/catalog/catalog.txt for details on doing this) and in
Content space.
=== Zope3/src/zope/app/browser/configure.zcml 1.17 => 1.18 ===
--- Zope3/src/zope/app/browser/configure.zcml:1.17 Thu May 8 13:27:16 2003
+++ Zope3/src/zope/app/browser/configure.zcml Sat Jul 12 23:35:42 2003
@@ -16,6 +16,7 @@
<include package=".index" />
<include package=".rdb" />
<include package=".workflow" />
+<include package=".catalog" />
<include file="onlinehelp.zcml" />
<include file="introspector.zcml" />
<include file="traversal.zcml" />