[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views - __init__.py:1.1 configure.zcml:1.1

Stephan Richter srichter@cbu.edu
Mon, 24 Jun 2002 12:18:51 -0400


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

Added Files:
	__init__.py configure.zcml 
Log Message:
Initial RDBMS Connection Service...



=== Added File Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/__init__.py ===
##############################################################################
#
# Copyright (c) 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.
# 
##############################################################################
"""XXX short summary goes here.

XXX longer description goes here.

$Id: __init__.py,v 1.1 2002/06/24 16:18:50 srichter Exp $
"""




    


=== Added File Zope3/lib/python/Zope/App/OFS/Services/ConnectionService/Views/configure.zcml ===
<zopeConfigure
   xmlns="http://namespaces.zope.org/zope"
>
  <include package=".Browser"/>
</zopeConfigure>