[Zope3-checkins] CVS: Zope3/src/zope/app/location -
configure.zcml:1.1
Philipp von Weitershausen
philikon at philikon.de
Tue Mar 2 13:12:39 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/location
In directory cvs.zope.org:/tmp/cvs-serv302/location
Added Files:
configure.zcml
Log Message:
Move location-specific configuration directive to its down configuration
file in zope.app.location.
=== Added File Zope3/src/zope/app/location/configure.zcml ===
<configure
xmlns="http://namespaces.zope.org/zope"
i18n_domain="zope"
>
<adapter
for="zope.app.location.interfaces.ILocation"
provides="zope.app.interfaces.traversing.IPhysicallyLocatable"
factory="zope.app.location.LocationPhysicallyLocatable"
/>
</configure>
More information about the Zope3-Checkins
mailing list