-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gary Poster wrote:
Log message for revision 98787: zcml now only depends on zope.component meta, not zope.app.component
Changed: U zope.traversing/trunk/CHANGES.txt U zope.traversing/trunk/src/zope/traversing/configure.zcml A zope.traversing/trunk/src/zope/traversing/tests/ftest_zcml_dependencies.zcml A zope.traversing/trunk/src/zope/traversing/tests/test_dependencies.py
-=- Modified: zope.traversing/trunk/CHANGES.txt =================================================================== --- zope.traversing/trunk/CHANGES.txt 2009-04-02 02:22:07 UTC (rev 98786) +++ zope.traversing/trunk/CHANGES.txt 2009-04-02 06:46:52 UTC (rev 98787) @@ -5,7 +5,7 @@ 3.5.4 (unreleased) ------------------
-- ... +- Change configure.zcml to not depend on zope.app.component.
3.5.3 (2009-03-10) ------------------
Modified: zope.traversing/trunk/src/zope/traversing/configure.zcml =================================================================== --- zope.traversing/trunk/src/zope/traversing/configure.zcml 2009-04-02 02:22:07 UTC (rev 98786) +++ zope.traversing/trunk/src/zope/traversing/configure.zcml 2009-04-02 06:46:52 UTC (rev 98787) @@ -16,10 +16,10 @@ provides="zope.traversing.interfaces.ITraversable" for="*" factory="zope.traversing.namespace.etc" /> -<view +<adapter name="etc" - type="zope.interface.Interface" - provides="zope.traversing.interfaces.ITraversable" for="*" + for="* zope.publisher.interfaces.IRequest" + provides="zope.traversing.interfaces.ITraversable" factory="zope.traversing.namespace.etc" /> ...
Excellent fix. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ1PEi+gerLs4ltQ4RAo7yAKCG3khpLFSM3pB/4GhtgaCVow/63wCgsHKF QooMuQx3Htwl6K0hBFr12vU= =o9k5 -----END PGP SIGNATURE-----