[Checkins] SVN: five.localsitemanager/trunk/INSTALL.txt Updated
installation instructions to indicate using overrides.zcml as well.
Rocky Burt
rocky at serverzen.com
Thu Feb 22 13:35:11 EST 2007
Log message for revision 72765:
Updated installation instructions to indicate using overrides.zcml as well.
Changed:
U five.localsitemanager/trunk/INSTALL.txt
-=-
Modified: five.localsitemanager/trunk/INSTALL.txt
===================================================================
--- five.localsitemanager/trunk/INSTALL.txt 2007-02-22 17:01:51 UTC (rev 72764)
+++ five.localsitemanager/trunk/INSTALL.txt 2007-02-22 18:35:11 UTC (rev 72765)
@@ -26,9 +26,10 @@
<include package="five.localsitemanager" />
-Alternatively, you can also add this line to the bottom of
-``etc/site.zcml``.
+Also setup a ``five.localsitemanager-overrides.zcml`` file into your instance's
+``etc/package-includes`` directory with the following contents::
+ <include package="five.localsitemanager" file="overrides.zcml" />
Running the Tests
-----------------
More information about the Checkins
mailing list