1
0

Initial attempt at building commons-logging using maven2; not fully functional yet.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@425252 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-07-25 01:37:50 +00:00
parent effb1b152a
commit 8a0a4017b9
2 changed files with 367 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
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.