1
0

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
This commit is contained in:
Dennis Lundberg
2007-07-29 21:02:06 +00:00
parent beab13d1b8
commit d6bc112b79
18 changed files with 83 additions and 83 deletions

View File

@@ -1195,7 +1195,7 @@ public abstract class LogFactory {
+ LogFactory.class.getName() + "'. ";
if (implementsLogFactory) {
msg = msg + "The conflict is caused by the presence of multiple LogFactory classes in incompatible classloaders. " +
"Background can be found in http://jakarta.apache.org/commons/logging/tech.html. " +
"Background can be found in http://commons.apache.org/logging/tech.html. " +
"If you have not explicitly specified a custom LogFactory then it is likely that " +
"the container has set one without your knowledge. " +
"In this case, consider using the commons-logging-adapters.jar file or " +
@@ -1203,7 +1203,7 @@ public abstract class LogFactory {
} else {
msg = msg + "Please check the custom implementation. ";
}
msg = msg + "Help can be found @http://jakarta.apache.org/commons/logging/troubleshooting.html.";
msg = msg + "Help can be found @http://commons.apache.org/logging/troubleshooting.html.";
if (isDiagnosticsEnabled()) {
logDiagnostic(msg);

View File

@@ -28,7 +28,7 @@ can be used around a variety of different logging implementations, including
prebuilt support for the following:</p>
<ul>
<li><a href="http://logging.apache.org/log4j/">Log4J</a> (version 1.2 or later)
from Apache's Jakarta project. Each named <a href="Log.html">Log</a>
from Apache's Logging project. Each named <a href="Log.html">Log</a>
instance is connected to a corresponding Log4J Logger.</li>
<li><a href="http://java.sun.com/j2se/1.4/docs/guide/util/logging/index.html">
JDK Logging API</a>, included in JDK 1.4 or later systems. Each named

View File

@@ -22,7 +22,7 @@
<title>Overview Documentation for COMMONS-LOGGING</title>
</head>
<body bgcolor="white">
<p>The <em>Logging Wrapper Library</em> component of the Jakarta Commons
<p>The <em>Logging Wrapper Library</em> component of the Apache Commons
subproject offers wrappers around an extensible set of concrete logging
implementations, so that application code based on it does not need to be
modified in order to select a different logging implementation.</p>

View File

@@ -2,8 +2,8 @@
<project name="Commons Logging">
<bannerRight>
<name>Commons Logging</name>
<src>http://jakarta.apache.org/commons/logging/images/logo.png</src>
<href>http://jakarta.apache.org/commons/logging/</href>
<src>http://commons.apache.org/logging/images/logo.png</src>
<href>http://commons.apache.org/logging/</href>
</bannerRight>
<body>
<menu name="Commons Logging">
@@ -28,37 +28,37 @@
</menu>
<menu name="1.1 Release">
<item name="Overview"
href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/index.html"/>
href="http://commons.apache.org/logging/commons-logging-1.1/index.html"/>
<item name="User Guide"
href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/guide.html"/>
href="http://commons.apache.org/logging/commons-logging-1.1/guide.html"/>
<item name="Tech Guide"
href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/tech.html"/>
href="http://commons.apache.org/logging/commons-logging-1.1/tech.html"/>
<item name="Troubleshooting Guide"
href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/troubleshooting.html"/>
href="http://commons.apache.org/logging/commons-logging-1.1/troubleshooting.html"/>
<item name='JavaDoc'
href='http://jakarta.apache.org/commons/logging/commons-logging-1.1/apidocs/index.html'/>
href='http://commons.apache.org/logging/commons-logging-1.1/apidocs/index.html'/>
<item name="Release Notes"
href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/RELEASE-NOTES.txt"/>
href="http://commons.apache.org/logging/commons-logging-1.1/RELEASE-NOTES.txt"/>
</menu>
<menu name='1.0.4 Release'>
<item name='Documentation'
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/'/>
href='http://commons.apache.org/logging/commons-logging-1.0.4/docs/'/>
<item name='JavaDoc'
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/apidocs/'/>
href='http://commons.apache.org/logging/commons-logging-1.0.4/docs/apidocs/'/>
<item name='Release Notes'
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/RELEASE-NOTES.txt'/>
href='http://commons.apache.org/logging/commons-logging-1.0.4/RELEASE-NOTES.txt'/>
</menu>
<menu name='1.0.3 Release'>
<item name='User Guide'
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/usersguide.html'/>
href='http://commons.apache.org/logging/commons-logging-1.0.3/usersguide.html'/>
<item name='JavaDoc'
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/docs/api/'/>
href='http://commons.apache.org/logging/commons-logging-1.0.3/docs/api/'/>
<item name='Release Notes'
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/RELEASE-NOTES.txt'/>
href='http://commons.apache.org/logging/commons-logging-1.0.3/RELEASE-NOTES.txt'/>
</menu>
<menu name='1.0.2 Release'>
<item name='JavaDoc'
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.2/docs/api/'/>
href='http://commons.apache.org/logging/commons-logging-1.0.2/docs/api/'/>
</menu>
</body>
</project>