[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views - __init__.py:1.1.4.1 views.zcml:1.1.4.1
Christian Theune
ct@gocept.com
Sat, 18 May 2002 13:02:26 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views
In directory cvs.zope.org:/tmp/cvs-serv3937/lib/python/Zope/App/OFS/Content/Folder/Views
Added Files:
Tag: Zope-3x-branch
__init__.py views.zcml
Log Message:
Completing OFS.Folder -> OFS.Content.Folder by merging 'ctheune-foldermove-branch' into Zope-3x-branch
=== Added File Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/__init__.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
$Id: __init__.py,v 1.1.4.1 2002/05/18 17:02:25 ctheune Exp $
"""
=== Added File Zope3/lib/python/Zope/App/OFS/Content/Folder/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" /-->
<include package=".VFS" file="vfs.zcml" />
</zopeConfigure>