cziegeler 2003/07/13 08:21:20
Modified: src/documentation/xdocs/installing updating.xml
Log:
Wording :(
Revision Changes Path
1.16 +2 -2 cocoon-2.1/src/documentation/xdocs/installing/updating.xml
Index: updating.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/installing/updating.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- updating.xml 11 Jul 2003 15:10:20 -0000 1.15
+++ updating.xml 13 Jul 2003 15:21:20 -0000 1.16
@@ -120,8 +120,8 @@
Due to some interface changes in the Cocoon logging components, custom java
components (generators,transformers or actions for example) compiled for
Cocoon 2.0.x will not run
under Cocoon 2.1 unless recompiled.</p>
- <p>It's also advisable to change your implementations from using
<em>LogEnabled</em>
- instead of <em>Loggable</em> when it comes to logging in your components.
+ <p>It's also advisable to change your implementations from using
<em>Loggable</em>
+ to <em>LogEnabled</em> when it comes to logging in your components.
</p>
</s1>
<s1 title="Components">