summaryrefslogtreecommitdiffstats
path: root/java/jakarta-commons-logging/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'java/jakarta-commons-logging/DETAILS')
-rwxr-xr-xjava/jakarta-commons-logging/DETAILS17
1 files changed, 11 insertions, 6 deletions
diff --git a/java/jakarta-commons-logging/DETAILS b/java/jakarta-commons-logging/DETAILS
index f7652fb7e4..8c079267e9 100755
--- a/java/jakarta-commons-logging/DETAILS
+++ b/java/jakarta-commons-logging/DETAILS
@@ -14,12 +14,17 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${PKG_SUBPRJ}-${PKG_NAME}-${VERSION}-src
ENTERED=20030326
SHORT="Jakarta-Commons Logging Component."
cat << EOF
-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
+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
+
+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.
EOF