From cb1675052f69ee273ed4a7556ed0ab72bbbdae41 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sat, 28 Jul 2007 20:13:54 +0000 Subject: [PATCH] Remove the file as per Simon's comment on the dev list. The file is no longer used by the Maven 2 build. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@560606 13f79535-47bb-0310-9956-ffa450edef68 --- commons-logging-README.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 commons-logging-README.txt diff --git a/commons-logging-README.txt b/commons-logging-README.txt deleted file mode 100644 index 1fad379..0000000 --- a/commons-logging-README.txt +++ /dev/null @@ -1,6 +0,0 @@ -The Logging package is an ultra-thin bridge between different logging implementations. A library that uses the commons-logging API can be used with any logging implementation at runtime. Commons-logging comes with support for a number of popular logging implementations, and writing adapters for others is a reasonably simple task. - -See RELEASE-NOTES.txt for details on the current release. - - -Note: The maven2 pom.xml file is affected by the presence or absence of this file. See the comments in that file for details.