summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorBor Kraljič2011-10-14 14:17:39 +0200
committerBor Kraljič2011-10-14 14:17:39 +0200
commit3a7356cc31658d6f02971401deea537b94df3cad (patch)
tree316ac04c5c99357544314ae14641476f891825c5 /java
parent2ab865da84ab377516162fe86fe9a9ab29efe85b (diff)
jakarta-commons-logging: fixed long description wrap (scripted)
Diffstat (limited to 'java')
-rwxr-xr-xjava/jakarta-commons-logging/DETAILS17
-rw-r--r--java/jakarta-commons-logging/HISTORY3
2 files changed, 14 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
diff --git a/java/jakarta-commons-logging/HISTORY b/java/jakarta-commons-logging/HISTORY
index 27bcf5b6e4..19eb83ee1d 100644
--- a/java/jakarta-commons-logging/HISTORY
+++ b/java/jakarta-commons-logging/HISTORY
@@ -1,3 +1,6 @@
+2011-10-14 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
2010-10-30 Bor Kraljič <pyrobor@ver.si>
* DETAILS: added SOURCE_URL[1]