craigmcc 02/01/19 20:48:27 Modified: logging STATUS.html build.properties.sample Log: Update hyperlinks in these two files. Submitted by: Eric Dobbs <[EMAIL PROTECTED]> Revision Changes Path 1.4 +3 -3 jakarta-commons/logging/STATUS.html Index: STATUS.html =================================================================== RCS file: /home/cvs/jakarta-commons/logging/STATUS.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- STATUS.html 8 Jan 2002 22:55:38 -0000 1.3 +++ STATUS.html 20 Jan 2002 04:48:27 -0000 1.4 @@ -7,7 +7,7 @@ <div align="center"> <h1>The Jakarta Commons <em>Logging</em> Component</h1> -$Id: STATUS.html,v 1.3 2002/01/08 22:55:38 craigmcc Exp $<br> +$Id: STATUS.html,v 1.4 2002/01/20 04:48:27 craigmcc Exp $<br> <a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a> <a href="#Release Info">[Release Info]</a> @@ -56,9 +56,9 @@ <ul> <li><a href="http://java.sun.com/j2se">Java Development Kit</a> (Version 1.2 or later)</li> -<li><a href="http://jakarta.apache.org/jakarta-log4j/">Jakarta Log4j</a> +<li><a href="http://jakarta.apache.org/log4j/">Jakarta Log4j</a> (optional)</li> -<li><a href="http://jakarta.apache.org/jakarta-avalon/">Jakarta Avalon +<li><a href="http://jakarta.apache.org/avalon/">Jakarta Avalon (optional) LogKit</a></li> <li><a href="http://java.sun.com/j2se">Java Development Kit</a> (Version 1.4 or later) logging APIs (optional)</li> 1.6 +2 -2 jakarta-commons/logging/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-commons/logging/build.properties.sample,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- build.properties.sample 7 Jan 2002 23:06:10 -0000 1.5 +++ build.properties.sample 20 Jan 2002 04:48:27 -0000 1.6 @@ -1,7 +1,7 @@ # log4j.jar - log4j classes (see http://jakarta.apache.org/log4j) log4j.jar=/java/log4j/log4j.jar -# logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/jakarta-avalon) +# logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/avalon) logkit.jar=/java/logkit/logkit.jar @@ -9,4 +9,4 @@ # if you want to run the test cases, junit needs to be in the classpath. # the build.xml uses a default value so you might not need to set this property. # -# junit.jar=../../jakarta-velocity/build/lib/junit-3.7.jar \ No newline at end of file +# junit.jar=../../jakarta-velocity/build/lib/junit-3.7.jar
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
