[Zope3-checkins] CVS: Zope3/src/zope/app/browser/rdb - configure.zcml:1.1.2.1

Guido van Rossum guido@python.org
Mon, 3 Mar 2003 15:07:52 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/rdb
In directory cvs.zope.org:/tmp/cvs-serv16004/zope/app/browser/rdb

Modified Files:
      Tag: use-config-branch
	configure.zcml 
Log Message:
Created a new menu, "add_service", and moved all services into that
menu.  This way, the "add_component" menu isn't so big.  Downside is
that it takes an extra step to add a service.


=== Zope3/src/zope/app/browser/rdb/configure.zcml 1.1 => 1.1.2.1 ===
--- Zope3/src/zope/app/browser/rdb/configure.zcml:1.1	Fri Feb  7 10:48:39 2003
+++ Zope3/src/zope/app/browser/rdb/configure.zcml	Mon Mar  3 15:07:21 2003
@@ -51,10 +51,11 @@
 
     </view>
 
-  <menuItem menu="add_component"
+  <menuItem
+      menu="add_component"
       for="zope.app.interfaces.container.IAdding"
-      title="Gadfly DA" 
+      title="Gadfly Database Adapter" 
       action="zope.app.rdb.gadflyda.GadflyAdapter"
-      description="A Gadfly Database Adapter"/>
+      />
 
 </zopeConfigure>