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

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 23 17:08:39 EST 2004


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

Modified Files:
	configure.zcml gadflyda.zcml 
Log Message:


Rip out usage everywhere.




=== Zope3/src/zope/app/rdb/browser/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/rdb/browser/configure.zcml:1.4	Sun Mar 21 19:52:15 2004
+++ Zope3/src/zope/app/rdb/browser/configure.zcml	Tue Mar 23 17:08:08 2004
@@ -56,8 +56,7 @@
       content_factory="zope.app.utility.UtilityRegistration"
       arguments="name interface componentPath"
       set_after_add="status"
-      fields="name interface componentPath permission status" 
-      usage="addingdialog" />
+      fields="name interface componentPath permission status" />
 
   <zope:include file="gadflyda.zcml" />
 


=== Zope3/src/zope/app/rdb/browser/gadflyda.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/rdb/browser/gadflyda.zcml:1.1	Tue Mar  2 08:48:28 2004
+++ Zope3/src/zope/app/rdb/browser/gadflyda.zcml	Tue Mar 23 17:08:08 2004
@@ -9,8 +9,7 @@
       content_factory="zope.app.rdb.gadflyda.GadflyAdapter"
       arguments="dsn"
       fields="dsn"
-      permission="zope.ManageContent"
-      usage="addingdialog" />
+      permission="zope.ManageContent" />
 
   <addMenuItem
     title="Gadfly DA" 




More information about the Zope3-Checkins mailing list