From c937a4ccc9f8c084344ae2b95fda9e50dfe7ab03 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sun, 6 Oct 2019 19:08:14 +0000 Subject: rename most cases of jakarta- to apache- The Apache Softare Foundation used to maintain an umbrella project named Jakarta but it was retired on 2011. This name now conflicts with the new name for Java EE under the Eclipse Foundation. Rename most of the packages to be more consistent. Some other packages remain but they will require intervention by their corresponding maintainers. Approved by: thierry (mentor), makc Differential Revision: https://reviews.freebsd.org/D21902 --- java/apache-commons-logging/pkg-descr | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 java/apache-commons-logging/pkg-descr (limited to 'java/apache-commons-logging/pkg-descr') diff --git a/java/apache-commons-logging/pkg-descr b/java/apache-commons-logging/pkg-descr new file mode 100644 index 000000000000..02a93bf2c47d --- /dev/null +++ b/java/apache-commons-logging/pkg-descr @@ -0,0 +1,12 @@ +Apache Commons Logging library. + +There is a great need for debugging and logging information inside of Commons +components such as HTTPClient and DBCP. However, there are many logging APIs +out there and it is difficult to choose among them. + +The Logging package is an ultra-thin bridge between different logging +libraries. Commons components may use the Logging API to remove compile-time +and run-time dependencies on any particular logging package, and contributors +may write Log implementations for the library of their choice. + +WWW: http://commons.apache.org/proper/commons-logging/ -- cgit v1.2.3