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

K.Narasimha Murthy nmurthy@zeomega.com
Wed, 16 Oct 2002 11:52:54 -0400


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

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	configure.zcml 
Log Message:
Added AdapterService Folder under Zope.App.OFS.Services and added AdapterService package in to configur.zecml and added python files for Adapter Service and added test files for adapter service 


=== Zope3/lib/python/Zope/App/OFS/Services/configure.zcml 1.9 => 1.9.6.1 ===
--- Zope3/lib/python/Zope/App/OFS/Services/configure.zcml:1.9	Thu Oct  3 09:06:00 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/configure.zcml	Wed Oct 16 11:52:24 2002
@@ -7,5 +7,7 @@
 <include package=".RoleService" />
 <include package=".TranslationService" />
 <include package=".CachingService" />
+<include package=".AdapterService" />
+
 
 </zopeConfigure>