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

Jim Fulton jim@zope.com
Sat, 21 Jun 2003 17:22:42 -0400


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

Modified Files:
	configure.zcml 
Log Message:
Major refactoring to reflect change in terminology from
"configuration" to "registration" to refer to the configuration of how
objects are used (as opposed to their internal configuration).


=== Zope3/src/zope/app/rdb/configure.zcml 1.5 => 1.6 ===
--- Zope3/src/zope/app/rdb/configure.zcml:1.5	Mon Jun  9 04:52:09 2003
+++ Zope3/src/zope/app/rdb/configure.zcml	Sat Jun 21 17:22:12 2003
@@ -16,7 +16,7 @@
       />
   <implements
       interface=
-      "zope.app.interfaces.services.configuration.IAttributeUseConfigurable"
+      "zope.app.interfaces.services.registration.IAttributeRegisterable"
       />
 </content>