[Zope3-checkins] CVS: Zope3/src/zope/app/mail - configure.zcml:1.4

Steve Alexander steve@cat-box.net
Mon, 30 Jun 2003 12:58:41 -0400


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

Modified Files:
	configure.zcml 
Log Message:
Removed TABs.

There is a coding standard for zcml files.
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZCMLStyleGuide

Please don't use tabs here.



=== Zope3/src/zope/app/mail/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/mail/configure.zcml:1.3	Mon Jun 23 11:52:50 2003
+++ Zope3/src/zope/app/mail/configure.zcml	Mon Jun 30 12:58:41 2003
@@ -3,11 +3,15 @@
    xmlns:mail="http://namespaces.zope.org/mail"
    >
 
-  <serviceType id="Mail"
-	       interface="zope.app.interfaces.mail.IMailService" />
+  <serviceType
+      id="Mail"
+      interface="zope.app.interfaces.mail.IMailService"
+      />
 
-  <permission id="zope.SendMail" 
-              title="Send out mail with arbitrary from and to addresses" />
+  <permission
+      id="zope.SendMail" 
+      title="Send out mail with arbitrary from and to addresses"
+      />
 
   <mail:sendmailMailer id="sendmail" />