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

Stephan Richter srichter@cbu.edu
Thu, 11 Jul 2002 03:13:12 -0400


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

Modified Files:
	configure.zcml 
Log Message:
I moved the OFS-specific parts of the Translation Service to 
Zope.App.OFS.Services, which is the way all the other local/placeful 
service impolementations do it.


=== Zope3/lib/python/Zope/App/OFS/Services/configure.zcml 1.5 => 1.6 ===
               />
 
 <include package=".ServiceManager" />
-
 <include package=".LocalEventService" />
-
 <include package=".ConnectionService" />
-
 <include package=".RoleService" />
+<include package=".TranslationService" />
 
 </zopeConfigure>