[Zope3-checkins] SVN: Zope3/branches/3.3/ Fix issue 540:
documentation buglet in zope.app.demo
Philipp von Weitershausen
philikon at philikon.de
Sat Aug 12 06:03:10 EDT 2006
Log message for revision 69415:
Fix issue 540: documentation buglet in zope.app.demo
Changed:
U Zope3/branches/3.3/doc/CHANGES.txt
U Zope3/branches/3.3/src/zope/app/demo/hellopackage/README.txt
-=-
Modified: Zope3/branches/3.3/doc/CHANGES.txt
===================================================================
--- Zope3/branches/3.3/doc/CHANGES.txt 2006-08-12 01:15:03 UTC (rev 69414)
+++ Zope3/branches/3.3/doc/CHANGES.txt 2006-08-12 10:03:09 UTC (rev 69415)
@@ -10,6 +10,9 @@
Bugfixes
+ - Fixed issue 540, Fix documentation buglet in the zope.app.demo
+ package (which is not shipped in the tarball).
+
- Fixed issue 683, Globally installed "zope" package breaks
mkzopeinstance.
Modified: Zope3/branches/3.3/src/zope/app/demo/hellopackage/README.txt
===================================================================
--- Zope3/branches/3.3/src/zope/app/demo/hellopackage/README.txt 2006-08-12 01:15:03 UTC (rev 69414)
+++ Zope3/branches/3.3/src/zope/app/demo/hellopackage/README.txt 2006-08-12 10:03:09 UTC (rev 69415)
@@ -10,10 +10,3 @@
however.
'configure.zcml' contains a lot of comments.
-
-To enable this, go to your 'products.zcml' in the Zope 3 root and
-add the line:
-
-<include package="zope.app.demo.hellopackage" />
-
-presuming you installed this package in ZopeProducts.
\ No newline at end of file
More information about the Zope3-Checkins
mailing list