[Zope3-checkins] CVS: Zope3/src/zope/app/services - configure.zcml:1.15.2.2

Guido van Rossum guido@python.org
Thu, 27 Feb 2003 21:05:39 -0500


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

Modified Files:
      Tag: use-config-branch
	configure.zcml 
Log Message:
Remove <implements interface="...IAttributeUseConfigurable" /> from
all services; they now get this from ISimpleService.


=== Zope3/src/zope/app/services/configure.zcml 1.15.2.1 => 1.15.2.2 ===
--- Zope3/src/zope/app/services/configure.zcml:1.15.2.1	Mon Feb 24 17:44:44 2003
+++ Zope3/src/zope/app/services/configure.zcml	Thu Feb 27 21:05:39 2003
@@ -13,9 +13,6 @@
 <!-- Adapter Service -->
 
 <content class="zope.app.services.adapter.AdapterService">
-  <implements
-      interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable"
-      />
   <factory
       id="zope.app.services.AdapterService"
       permission="zope.ManageServices"
@@ -42,8 +39,6 @@
 <!-- View Service -->
 
 <content class="zope.app.services.view.ViewService">
-  <implements
-      interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable" />
   <factory
       id="zope.app.services.ViewService"
       permission="zope.ManageServices"
@@ -144,9 +139,6 @@
       permission="zope.ManageServices"
       interface="zope.app.interfaces.container.IContainer"
       />
-  <implements
-      interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable"
-      />
 </content>
 
 <content class="zope.app.services.role.Role">
@@ -173,9 +165,6 @@
       id="ISessionService"
       permission="zope.ManageServices"
       />
-  <implements
-      interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable"
-      />
 </content>
 
 <!-- Caching Service -->
@@ -190,8 +179,6 @@
       <require
           permission="zope.ManageServices"
           interface="zope.app.interfaces.container.IContainer" />
-      <implements
-          interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable" />
     </content>
 
   <content class="zope.app.services.cache.CacheConfiguration">
@@ -304,9 +291,6 @@
         permission="zope.ManageCode"
         interface="zodb.code.interfaces.IPersistentModuleManager"
         />
-    <implements
-        interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable"
-        />
     </content>
 
 <!-- View Packages -->
@@ -341,9 +325,6 @@
        id="ConnectionService"
        permission="zope.ManageServices"
        />
-    <implements
-       interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable"
-       />
     <require
         permission="zope.View"
         interface="zope.app.interfaces.rdb.IConnectionService"
@@ -390,9 +371,6 @@
         id="IPrincipalAnnotationService"
         permission="zope.ManageServices"
         />
-    <implements
-       interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable"
-       />
     </content>
 
 <!-- Error reporting service -->
@@ -409,9 +387,6 @@
     <factory
         id='ErrorReportingService'
         permission='zope.Public' />
-    <implements
-        interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable"
-        />
     </content>
 
 <!-- Object Hub -->
@@ -433,8 +408,6 @@
         permission="zope.ManageServices"
         attributes="bound unbound subscribe unsubscribe subscribeOnBind
                     unsubscribedFrom subscribedTo" />
-    <implements
-       interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable" />
     </content>
 
 <!-- Authentication Service -->
@@ -456,9 +429,6 @@
         permission="zope.ManageServices"
         interface="zope.app.interfaces.container.IContainer" />
 
-    <implements
-       interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable" />
-
     </content>
 
   <content class="zope.app.services.auth.User">
@@ -487,9 +457,6 @@
       permission="zope.ManageServices"
       attributes="bound unbound subscribe unsubscribe subscribeOnBind
                   unsubscribedFrom subscribedTo"
-      />
-  <implements
-      interface="zope.app.interfaces.services.configuration.IAttributeUseConfigurable."
       />
 </content>