[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/bookmodule/book.zcml
Currently bforest is not part of the distribution,
so add its chapter
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Apr 22 06:52:06 EDT 2005
Log message for revision 30103:
Currently bforest is not part of the distribution, so add its chapter
optionally.
Changed:
U Zope3/trunk/src/zope/app/apidoc/bookmodule/book.zcml
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/bookmodule/book.zcml
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/bookmodule/book.zcml 2005-04-22 10:47:04 UTC (rev 30102)
+++ Zope3/trunk/src/zope/app/apidoc/bookmodule/book.zcml 2005-04-22 10:52:06 UTC (rev 30103)
@@ -1,5 +1,6 @@
<configure
- xmlns="http://namespaces.zope.org/apidoc">
+ xmlns="http://namespaces.zope.org/apidoc"
+ xmlns:zcml="http://namespaces.zope.org/zcml">
<!-- Interfaces -->
<bookchapter
@@ -205,7 +206,8 @@
</configure>
<!-- BForest -->
- <configure package="zope.bforest">
+ <configure package="zope.bforest"
+ zcml:condition="installed zope.bforest">
<bookchapter
id="bforest"
title="BForest API"
More information about the Zope3-Checkins
mailing list