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

Zachery Bir zbir@urbanape.com
Tue, 3 Jun 2003 09:13:20 -0400


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

Modified Files:
      Tag: pluggable_authentication_service-branch
	configure.zcml 
Log Message:
Including package for pluggable authentication service


=== Zope3/src/zope/app/browser/services/configure.zcml 1.51 => 1.51.14.1 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.51	Wed Apr 30 18:06:31 2003
+++ Zope3/src/zope/app/browser/services/configure.zcml	Tue Jun  3 09:13:19 2003
@@ -173,6 +173,10 @@
     <menuItem title="Edit" action="editForm.html"/>
   </menuItems>
 
+<!-- Pluggable Authentication Service -->
+
+<include package=".pluggableauth" />
+
 <!-- Component Location widget -->
 
 <!-- XXX we are phasing these widgets out -->