[Zope3-checkins] CVS: Zope3/src/zope/app/module/browser -
configure.zcml:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Mar 10 12:57:02 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/module/browser
In directory cvs.zope.org:/tmp/cvs-serv16551/src/zope/app/module/browser
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/module/browser/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/module/browser/configure.zcml:1.1 Wed Mar 10 12:00:54 2004
+++ Zope3/src/zope/app/module/browser/configure.zcml Wed Mar 10 12:56:31 2004
@@ -1,7 +1,6 @@
<zope:configure
xmlns:zope="http://namespaces.zope.org/zope"
- xmlns='http://namespaces.zope.org/browser'
- i18n_domain='zope'
+ xmlns="http://namespaces.zope.org/browser"
>
<page
More information about the Zope3-Checkins
mailing list