[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/TranslationService - configure.zcml:1.1.6.2
Suresh Babu Eddala
sbabu@zeomega.com
Mon, 21 Oct 2002 12:43:15 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/TranslationService
In directory cvs.zope.org:/tmp/cvs-serv17835/lib/python/Zope/App/OFS/Services/TranslationService
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
configure.zcml
Log Message:
Implemented IAttributeAnnotatable
=== Zope3/lib/python/Zope/App/OFS/Services/TranslationService/configure.zcml 1.1.6.1 => 1.1.6.2 ===
--- Zope3/lib/python/Zope/App/OFS/Services/TranslationService/configure.zcml:1.1.6.1 Mon Oct 21 09:47:23 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/TranslationService/configure.zcml Mon Oct 21 12:43:15 2002
@@ -11,6 +11,7 @@
interface="Zope.I18n.ITranslationService." />
<require permission="Zope.ManageServices"
interface="Zope.App.OFS.Container.IContainer." />
+ <implements interface="Zope.App.OFS.Annotation.IAttributeAnnotatable." />
</content>
<browser:icon name="zmi_icon" for="Zope.I18n.ITranslationService."
@@ -23,7 +24,10 @@
interface="Zope.I18n.IMessageCatalog.IReadMessageCatalog." />
<require permission="Zope.ManageServices"
+ attributes="setMessage getMessageIds" />
+ <implements interface="Zope.App.OFS.Annotation.IAttributeAnnotatable." />
interface="Zope.I18n.IMessageCatalog.IWriteMessageCatalog." />
+
</content>