[Zope3-checkins] CVS: Zope3/src/zope/app/rdb/browser -
configure.zcml:1.4
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Mar 21 19:52:45 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/rdb/browser
In directory cvs.zope.org:/tmp/cvs-serv1221/src/zope/app/rdb/browser
Modified Files:
configure.zcml
Log Message:
Added tool directive for local Tools UI.
=== Zope3/src/zope/app/rdb/browser/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/rdb/browser/configure.zcml:1.3 Sat Mar 13 21:17:05 2004
+++ Zope3/src/zope/app/rdb/browser/configure.zcml Sun Mar 21 19:52:15 2004
@@ -2,6 +2,13 @@
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser">
+ <tool
+ interface="zope.app.rdb.interfaces.IZopeDatabaseAdapter"
+ title="Database Adapter"
+ description="Database Adapters are used to connect to external
+ relational databases."
+ />
+
<!-- ZopeDatabaseAdapter default views -->
<!-- XXX need an index.html that gives the source and is the def view -->
More information about the Zope3-Checkins
mailing list