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

Philipp von Weitershausen philikon at philikon.de
Tue Mar 2 13:13:09 EST 2004


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

Modified Files:
	configure.zcml 
Log Message:
Move location-specific configuration directive to its down configuration
file in zope.app.location.


=== Zope3/src/zope/app/configure.zcml 1.55 => 1.56 ===
--- Zope3/src/zope/app/configure.zcml:1.55	Tue Mar  2 12:11:10 2004
+++ Zope3/src/zope/app/configure.zcml	Tue Mar  2 13:12:38 2004
@@ -46,12 +46,7 @@
       provides="zope.app.interfaces.copypastemove.IPrincipalClipboard"
       for="zope.app.interfaces.annotation.IAnnotations" />
 
-  <adapter 
-      for=".interfaces.location.ILocation"
-      provides=".interfaces.traversing.IPhysicallyLocatable"
-      factory=".location.LocationPhysicallyLocatable" 
-      />
-
+  <include package="zope.app.location" />
   <include package="zope.app.container" />
   <include package="zope.app.services" />
   <include package="zope.app.schema" />




More information about the Zope3-Checkins mailing list