From fef8c7dd0ad8913777686dd53afe60f1d7ed9c18 Mon Sep 17 00:00:00 2001 From: "Craig R. McClanahan" Date: Sun, 20 Jan 2002 04:48:27 +0000 Subject: [PATCH] Update hyperlinks in these two files. Submitted by: Eric Dobbs git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138837 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS.html | 6 +++--- build.properties.sample | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/STATUS.html b/STATUS.html index aa1390a..0aa0867 100644 --- a/STATUS.html +++ b/STATUS.html @@ -7,7 +7,7 @@

The Jakarta Commons Logging Component

-$Id: STATUS.html,v 1.3 2002/01/08 22:55:38 craigmcc Exp $
+$Id: STATUS.html,v 1.4 2002/01/20 04:48:27 craigmcc Exp $
[Introduction] [Dependencies] [Release Info] @@ -56,9 +56,9 @@ components for compilation:

  • Java Development Kit (Version 1.2 or later)
  • -
  • Jakarta Log4j +
  • Jakarta Log4j (optional)
  • -
  • Jakarta Avalon +
  • Jakarta Avalon (optional) LogKit
  • Java Development Kit (Version 1.4 or later) logging APIs (optional)
  • diff --git a/build.properties.sample b/build.properties.sample index 11b88d4..ea83bd0 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -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 @@ logkit.jar=/java/logkit/logkit.jar # 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