[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/RDB - configure.zcml:1.4

Albertas Agejevas alga@codeworks.lt
Tue, 5 Nov 2002 12:35:09 -0500


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

Modified Files:
	configure.zcml 
Log Message:
Added Gadfly DA which was previously in an incorrect CVS module.

Small cleanups (the tests now use a temp directory for creating databases).

Oh, this move is based an agreement between Jim and Stephan Richter that
GadflyDA belongs as a default "batteries included" adapter in Zope3.


=== Zope3/lib/python/Zope/App/RDB/configure.zcml 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/RDB/configure.zcml:1.3	Tue Jul 16 19:41:16 2002
+++ Zope3/lib/python/Zope/App/RDB/configure.zcml	Tue Nov  5 12:34:38 2002
@@ -27,4 +27,5 @@
       attributes="__getattr__" />
 </content>
 
+<include package=".GadflyDA" />
 </zopeConfigure>