[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/Views - configure.zcml:1.1

Stephan Richter srichter@cbu.edu
Sat, 13 Jul 2002 14:26:26 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/Views
In directory cvs.zope.org:/tmp/cvs-serv32438/lib/python/Zope/App/OFS/Services/AuthenticationService/Views

Added Files:
	configure.zcml 
Log Message:
Yes, I forgot the configure.zcml.

I also added Role support now. While it uses the global registry right now,
I am already working on a IAnnotations version. I will check that in soon.


=== Added File Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/Views/configure.zcml ===
<zopeConfigure
   xmlns="http://namespaces.zope.org/zope"
>
  <include package=".Browser"/>
</zopeConfigure>