[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services -
	configure.zcml:1.94
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Wed Mar 10 12:57:00 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv16551/src/zope/app/browser/services
Modified Files:
	configure.zcml 
Log Message:
Moved pluggable authentication service to zope.app.pluggableauth. Added module
aliases (tested) so that old services survive the change.
=== Zope3/src/zope/app/browser/services/configure.zcml 1.93 => 1.94 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.93	Wed Mar 10 12:00:51 2004
+++ Zope3/src/zope/app/browser/services/configure.zcml	Wed Mar 10 12:56:29 2004
@@ -33,10 +33,6 @@
       for="zope.app.interfaces.services.event.IEventService" 
       file="event_service.gif" />
 
-
-<!-- Pluggable Authentication Service --> 
-  <zope:include package=".pluggableauth" />
-
 <!-- Component Location widget -->
 
 <!-- XXX we are phasing these widgets out -->
    
    
More information about the Zope3-Checkins
mailing list