[Zope3-checkins] CVS: Zope3/src/zope/app/mail - configure.zcml:1.1.14.4
Albertas Agejevas
alga@codeworks.lt
Mon, 23 Jun 2003 09:31:12 -0400
Update of /cvs-repository/Zope3/src/zope/app/mail
In directory cvs.zope.org:/tmp/cvs-serv9705/src/zope/app/mail
Modified Files:
Tag: cw-mail-branch
configure.zcml
Log Message:
Removed a testing view which accidentaly got into CVS.
=== Zope3/src/zope/app/mail/configure.zcml 1.1.14.3 => 1.1.14.4 ===
--- Zope3/src/zope/app/mail/configure.zcml:1.1.14.3 Mon Jun 23 07:13:24 2003
+++ Zope3/src/zope/app/mail/configure.zcml Mon Jun 23 09:31:10 2003
@@ -1,7 +1,6 @@
<zopeConfigure
xmlns="http://namespaces.zope.org/zope"
xmlns:mail="http://namespaces.zope.org/mail"
- xmlns:browser="http://namespaces.zope.org/browser"
>
<serviceType id="Mail"
@@ -22,10 +21,5 @@
<mail:queuedService permission="zope.SendMail"
queuePath="./queue"
mailer="smtp" />
- <browser:view for="zope.app.interfaces.content.folder.IRootFolder"
- permission="zope.Public"
- class=".test.Foo"
- name="send"
- />
</zopeConfigure>