From d6bc112b7972f077d5be0a2e0850b0338840395e Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sun, 29 Jul 2007 21:02:06 +0000 Subject: [PATCH] Changes because of the TLP move. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@560818 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 16 ++++----- STATUS.html | 12 +++---- commons-logging-api.pom | 22 ++++++------ project.properties | 2 +- .../apache/commons/logging/LogFactory.java | 4 +-- .../org/apache/commons/logging/package.html | 2 +- src/java/overview.html | 2 +- src/site/site.xml | 30 ++++++++-------- xdocs/building.xml | 2 +- xdocs/cvs-usage.xml | 8 ++--- xdocs/guide.xml | 12 +++---- xdocs/index.xml | 2 +- xdocs/issue-tracking.xml | 2 +- xdocs/junit-report.xml | 2 +- xdocs/navigation.xml | 36 +++++++++---------- xdocs/style/project.css | 2 +- xdocs/tech.xml | 4 +-- xdocs/troubleshooting.xml | 6 ++-- 18 files changed, 83 insertions(+), 83 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b9a4422..52f8fde 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -26,7 +26,7 @@ $Id$ INTRODUCTION: ============ -This release of Jakarta Commons Logging (JCL) is a maintenance release, with +This release of Apache Commons Logging (JCL) is a maintenance release, with just a couple of fixes for using JCL under restrictive security policies. All core classes were compiled with a 1.2.x JDK. JCL may work on some @@ -34,11 +34,11 @@ augmented 1.1 series JREs but it is recommended that those wish to run on 1.1 JREs download the source and create a custom implementation by stripping out all the complex classloader management code. -For further details, please see the Jakarta Commons Logging website: - http://jakarta.apache.org/commons/logging. +For further details, please see the Apache Commons Logging website: + http://commons.apache.org/logging/ For the very latest news, hints, FAQs etc. please see the -Jakarta Commons Logging wiki site: +Apache Commons Logging wiki site: http://wiki.apache.org/jakarta-commons/Logging Note that some containers (some versions of Apache Tomcat and JBoss in @@ -97,13 +97,13 @@ recreate an equivalent of this jar file. == General Notes == -The jakarta commons project has migrated to the Subversion version control system +The Apache Commons project has migrated to the Subversion version control system (previously, CVS was used). There should be no effect on users of the JCL library, but obviously the process of examining the latest source code, and of -creating patches for JCL has now changed. Please see the jakarta commons -website for details (http://jakarta.apache.org/commons). +creating patches for JCL has now changed. Please see the Apache Commons +website for details (http://commons.apache.org/). -The jakarta commons project has now moved to using the Apache JIRA installation +The Apache Commons project has now moved to using the Apache JIRA installation as its bugtracking system (formerly, the Apache Bugzilla installation was used). All source files for this release have been updated to reflect the new Apache diff --git a/STATUS.html b/STATUS.html index 4572017..56ba3b0 100644 --- a/STATUS.html +++ b/STATUS.html @@ -19,13 +19,13 @@ -Status File for Jakarta Commons "Logging" Component +Status File for Apache Commons "Logging" Component
-

The Jakarta Commons Logging Component

+

The Apache Commons Logging Component

$Id$
[Introduction] [Dependencies] @@ -61,7 +61,7 @@ The package does :
  • Provide support for JDK 1.4 logging
  • Provide support for Log4J
  • Provide support for Avalon-Framework's Logger
  • -
  • Provide support for LumberJack logger
  • Provide pluggable support for other logging APIs
  • Privide a simple System.out logger
  • @@ -86,7 +86,7 @@ components for compilation: