[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/TranslationService/Views/XMLRPC - configure.zcml:1.1.8.1

Jim Fulton jim@zope.com
Wed, 13 Nov 2002 15:28:34 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/TranslationService/Views/XMLRPC
In directory cvs.zope.org:/tmp/cvs-serv1396/lib/python/Zope/App/OFS/Services/TranslationService/Views/XMLRPC

Modified Files:
      Tag: FileSystemSync-branch
	configure.zcml 
Log Message:
fixed DOS line endings

=== Zope3/lib/python/Zope/App/OFS/Services/TranslationService/Views/XMLRPC/configure.zcml 1.1 => 1.1.8.1 ===
--- Zope3/lib/python/Zope/App/OFS/Services/TranslationService/Views/XMLRPC/configure.zcml:1.1	Thu Jul 11 03:12:43 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/TranslationService/Views/XMLRPC/configure.zcml	Wed Nov 13 15:28:02 2002
@@ -1,15 +1,15 @@
-<zopeConfigure
-   xmlns='http://namespaces.zope.org/zope'
-   xmlns:xmlrpc='http://namespaces.zope.org/xmlrpc'
->
-
-  <!-- Translation Service View Directives -->
-
-  <xmlrpc:view
-      name="methods"
-      for="Zope.I18n.ITranslationService."
-      permission="Zope.ManageContent" 
-      allowed_methods="getAllLanguages getAllDomains"
-      factory=".Methods." />
-      
-</zopeConfigure>
+<zopeConfigure
+   xmlns='http://namespaces.zope.org/zope'
+   xmlns:xmlrpc='http://namespaces.zope.org/xmlrpc'
+>
+
+  <!-- Translation Service View Directives -->
+
+  <xmlrpc:view
+      name="methods"
+      for="Zope.I18n.ITranslationService."
+      permission="Zope.ManageContent" 
+      allowed_methods="getAllLanguages getAllDomains"
+      factory=".Methods." />
+      
+</zopeConfigure>