[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/Views - __init__.py:1.1.4.1 views.zcml:1.1.4.1
Gary Poster
garyposter@earthlink.net
Wed, 3 Apr 2002 22:53:23 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/Views
In directory cvs.zope.org:/tmp/cvs-serv7752/ZMI/Views
Added Files:
Tag: Zope-3x-branch
__init__.py views.zcml
Log Message:
checking in gary-pre_create_view-branch, with support for create namespace. Because I merged in the Zope-3x-branch earlier and then had to run the license script again, many (most?) of the files were touched. I am checking these in incrementally, since I ran into trouble overloading the cvs server when I had to do this for my own branch. I will notate the last checkin, and then immediately check it out again to check my work.
=== Added File Zope3/lib/python/Zope/App/ZMI/Views/__init__.py ===
=== Added File Zope3/lib/python/Zope/App/ZMI/Views/views.zcml ===
<zopeConfigure
xmlns='http://namespaces.zope.org/zope'
>
<include package=".Browser" file="browser.zcml" />
<!--include package=".XMLRPC" file="xmlrpc.zcml" /-->
<!--include package=".SOAP" file="soap.zcml" /-->
<!--include package=".XUL" file="xul.zcml" /-->
</zopeConfigure>