[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/RDB - IConnectionService.py:1.5 configure.zcml:1.6

Marius Gedminas mgedmin@codeworks.lt
Thu, 12 Dec 2002 06:33:05 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/RDB
In directory cvs.zope.org:/tmp/cvs-serv21266/lib/python/Zope/App/RDB

Modified Files:
	IConnectionService.py configure.zcml 
Log Message:
Merge named-component-configuration-branch



=== Zope3/lib/python/Zope/App/RDB/IConnectionService.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/RDB/IConnectionService.py:1.4	Thu Oct  3 09:06:01 2002
+++ Zope3/lib/python/Zope/App/RDB/IConnectionService.py	Thu Dec 12 06:32:34 2002
@@ -25,4 +25,4 @@
         """Returns a connection object by name or default."""
 
     def getAvailableConnections():
-        """Returns the connections known to this connection service."""
+        """Returns the connections available from this connection service."""


=== Zope3/lib/python/Zope/App/RDB/configure.zcml 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/App/RDB/configure.zcml:1.5	Wed Dec  4 12:57:18 2002
+++ Zope3/lib/python/Zope/App/RDB/configure.zcml	Thu Dec 12 06:32:34 2002
@@ -28,4 +28,7 @@
 </content>
 
 <include package=".GadflyDA" />
+
+<include package=".Browser" />
+
 </zopeConfigure>