[z3-checkins] r27880 - z3/pythonproducts/trunk

rocky at codespeak.net rocky at codespeak.net
Mon May 29 21:13:21 CEST 2006


Author: rocky
Date: Mon May 29 20:58:40 2006
New Revision: 27880

Modified:
   z3/pythonproducts/trunk/   (props changed)
   z3/pythonproducts/trunk/README.txt
Log:
Fixed a documentation error where it was stated to use <configure> instead of <include> for a zcml slug.


Modified: z3/pythonproducts/trunk/README.txt
==============================================================================
--- z3/pythonproducts/trunk/README.txt	(original)
+++ z3/pythonproducts/trunk/README.txt	Mon May 29 20:58:40 2006
@@ -35,7 +35,7 @@
     2. copy your python package to ``$INSTANCE_HOME/lib/python``
     3. create a ZCML "slug" by creating the file 
        ``$INSTANCE_HOME/etc/package-includes/yourpackage-configure.zcml`` and
-       populating it with ``<configure package="yourpackage" />``
+       populating it with ``<include package="yourpackage" />``
 
 Explanation of Usage
   Step 1: Your python package needs to register itself as a Zope 2 product.


More information about the z3-checkins mailing list