[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views - __init__.py:1.1.2.1 views.zcml:1.1.2.1

Christian Theune ct@gocept.com
Sat, 25 May 2002 08:52:30 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views
In directory cvs.zope.org:/tmp/cvs-serv8348/Services/RoleService/Views

Added Files:
      Tag: ctheune-services_move-branch
	__init__.py views.zcml 
Log Message:
Moving RoleService - Part 1
(physical move of the files)


=== Added File Zope3/lib/python/Zope/App/OFS/Services/RoleService/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.
# 
##############################################################################



=== Added File Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/views.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>

<include package="Zope.App.OFS.RoleService.Views.Browser" 
         file="browser.zcml" />

</zopeConfigure>