dlr 2003/10/21 19:04:01
Modified: docs changes.html
xdocs changes.xml
Removed: src/java/org/apache/velocity/runtime/log Log4JLogSystem.java
Log:
* xdocs/changes.xml
* docs/changes.html
* src/java/org/apache/velocity/runtime/log/Log4JLogSystem.java
Decommissioned the long-deprecated Log4JLogSystem. Never fear,
SimpleLog4JLogSystem remains.
Revision Changes Path
1.103 +4 -0 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -u -r1.102 -r1.103
--- changes.html 22 Oct 2003 01:45:43 -0000 1.102
+++ changes.html 22 Oct 2003 02:04:01 -0000 1.103
@@ -168,6 +168,10 @@
and supported Logger and Level. To update, replace necessary
references, and Category.getInstance() with Logger.getLogger(). (#19133) (dlr)
</li>
+<li>
+Decommissioned the long-deprecated Log4JLogSystem. Never fear,
+SimpleLog4JLogSystem remains. (dlr)
+</li>
</ul>
</blockquote>
</td></tr>
1.95 +4 -0 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -u -r1.94 -r1.95
--- changes.xml 22 Oct 2003 01:45:44 -0000 1.94
+++ changes.xml 22 Oct 2003 02:04:01 -0000 1.95
@@ -28,6 +28,10 @@
and supported Logger and Level. To update, replace necessary
references, and Category.getInstance() with Logger.getLogger(). (#19133) (dlr)
</li>
+<li>
+Removed the long-deprecated Log4JLogSystem. Never fear,
+SimpleLog4JLogSystem remains. (dlr)
+</li>
</ul>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]