[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n - i18n.zcml:1.1.2.3
Stephan Richter
srichter@cbu.edu
Wed, 5 Jun 2002 19:45:44 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/I18n
In directory cvs.zope.org:/tmp/cvs-serv16419/Zope/I18n
Modified Files:
Tag: Zope-3x-branch
i18n.zcml
Log Message:
Fixed a typo Jeremy introduced when cleaning the files of dos endings.
Adjusted i18n.zcml enough so that Zope will start up.
=== Zope3/lib/python/Zope/I18n/i18n.zcml 1.1.2.2 => 1.1.2.3 ===
<security:protectClass class=".MessageCatalog.">
- <security:protect interface="Zope.App.Security.IMessageCatalog."
+ <security:protect interface=".IMessageCatalog."
permission_id="Zope.Security" />
</security:protectClass>
@@ -37,9 +37,9 @@
permission_id="Zope.ManageServices"
title="Translation Service" />
-<factory component=".MessageCatalog." />
+<!--factory component=".MessageCatalog." /-->
-<include package=".Views" file="views.zcml" />
+<!--include package=".Views" file="views.zcml" /-->