[Zope3-checkins] CVS: Zope3 - products.zcml.in:1.13
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Jan 29 12:54:11 EST 2004
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv12902
Modified Files:
products.zcml.in
Log Message:
Making the API doc tool available by default. If people do not like that,
then we can change it back.
=== Zope3/products.zcml.in 1.12 => 1.13 ===
--- Zope3/products.zcml.in:1.12 Wed Jan 28 11:30:47 2004
+++ Zope3/products.zcml.in Thu Jan 29 12:54:09 2004
@@ -3,6 +3,10 @@
<!-- Add include directives for your custom products -->
<!-- or 3rd-party installed products here. -->
+ <!-- The Zope 3 API documentation tool should be available by default. -->
+ <include package="zope.products.apidoc"/>
+ <include package="zope.products.statictree"/>
+
<!-- The default security policy, including roles. -->
<include package="zope.products.securitypolicy"/>
More information about the Zope3-Checkins
mailing list