[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n - i18n.zcml:1.1.2.1.24.1

Steve Alexander steve@cat-box.net
Mon, 3 Jun 2002 18:57:27 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/I18n
In directory cvs.zope.org:/tmp/cvs-serv30105/lib/python/Zope/I18n

Modified Files:
      Tag: Zope3InWonderland-branch
	i18n.zcml 
Log Message:
wonderland updates to zcml files.


=== Zope3/lib/python/Zope/I18n/i18n.zcml 1.1.2.1 => 1.1.2.1.24.1 ===
 >
 
-  <serviceType name="LanguageNegotiation" 
-               interface="Zope.I18n.INegotiator." />
-  <service name="LanguageNegotiation" 
-           component="Zope.I18n.Negotiator.negotiator" />
+  <serviceType
+      id="LanguageNegotiation" 
+      interface=".INegotiator." />
+  <service
+      serviceType="LanguageNegotiation" 
+      component=".Negotiator.negotiator" />
 
 <!-- Language negotiation adapter 
 <adapter factory="Zope.Publisher.Browser.BrowserLanguages."