[Zope3-checkins] CVS: Zope3/src/zope/app/i18n - configure.zcml:1.1.2.2 meta.zcml:1.1.2.2

Jim Fulton jim@zope.com
Tue, 24 Dec 2002 07:51:36 -0500


Update of /cvs-repository/Zope3/src/zope/app/i18n
In directory cvs.zope.org:/tmp/cvs-serv1158/src/zope/app/i18n

Modified Files:
      Tag: NameGeddon-branch
	configure.zcml meta.zcml 
Log Message:
Searched for and changed over 1200 references to Zope.something.

Most of these were either comments, doc strings, or permission ids.

Many were imports or ids in zcml.  (much zcml fixup is still needed.



=== Zope3/src/zope/app/i18n/configure.zcml 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/i18n/configure.zcml:1.1.2.1	Mon Dec 23 14:31:36 2002
+++ Zope3/src/zope/app/i18n/configure.zcml	Tue Dec 24 07:51:05 2002
@@ -2,7 +2,7 @@
    xmlns="http://namespaces.zope.org/zope"
    xmlns:service="http://namespaces.zope.org/service"
    xmlns:gts="http://namespaces.zope.org/gts"
-   package="Zope.I18n"
+   package="zope.i18n"
    >
 
 <!-- Setup language negotiation -->
@@ -24,7 +24,7 @@
 <serviceType id="Translation" interface="zope.interfaces.i18n.ITranslationService" />
 
 <service serviceType="Translation"
-    permission="Zope.Public"
+    permission="zope.Public"
     component="zope.i18n.globaltranslationservice.translationService" />
 
 </zopeConfigure>


=== Zope3/src/zope/app/i18n/meta.zcml 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/i18n/meta.zcml:1.1.2.1	Mon Dec 23 14:31:36 2002
+++ Zope3/src/zope/app/i18n/meta.zcml	Tue Dec 24 07:51:05 2002
@@ -1,5 +1,5 @@
 <zopeConfigure xmlns='http://namespaces.zope.org/zope'>
-  <!-- Zope.I18n -->
+  <!-- zope.i18n -->
   <directives namespace="http://namespaces.zope.org/gts">
 
     <directive name="registerTranslations"