[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services - configure.zcml:1.12

K.Narasimha Murthy nmurthy@zeomega.com
Fri, 25 Oct 2002 03:44:46 -0400


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

Modified Files:
	configure.zcml 
Log Message:
added SMTPService package into the cinfigure file 


=== Zope3/lib/python/Zope/App/OFS/Services/configure.zcml 1.11 => 1.12 ===
--- Zope3/lib/python/Zope/App/OFS/Services/configure.zcml:1.11	Wed Oct 23 10:33:08 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/configure.zcml	Fri Oct 25 03:44:45 2002
@@ -9,5 +9,6 @@
 <include package=".CachingService" />
 <include package=".LocalObjectHub" />
 <include package=".ErrorReportingService" />
+<include package=".SmtpService" />
 
 </zopeConfigure>