[Zope3-checkins] CVS: Zope3/src/zope/app/index/browser - __init__.py:1.1 configure.zcml:1.1

Philipp von Weitershausen philikon at philikon.de
Tue Mar 2 09:40:06 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/index/browser
In directory cvs.zope.org:/tmp/cvs-serv24867/index/browser

Added Files:
	__init__.py configure.zcml 
Log Message:
Moved index interfaces and browser views to zope.app.index.


=== Added File Zope3/src/zope/app/index/browser/__init__.py ===
#
# This file is necessary to make this directory a package.


=== Added File Zope3/src/zope/app/index/browser/configure.zcml ===
<configure 
   xmlns="http://namespaces.zope.org/zope">

  <include package=".text" />
  <include package=".field" />
  <include package=".keyword" />
 
</configure>




More information about the Zope3-Checkins mailing list