diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 951c860..100fb5b 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -111,6 +111,8 @@ Jakarta Commons Logging wiki site: * Better behaviour for systems with null classloaders (generally embedded systems). +* New zip file containing source and javadocs for those using modern IDEs. + == Incompatibilities == There are no changes for code that calls LogFactory or Log methods. This means diff --git a/build.xml b/build.xml index 3f7dc11..cf5f06d 100644 --- a/build.xml +++ b/build.xml @@ -116,8 +116,7 @@ - - + @@ -631,6 +630,14 @@ This configuration is typically used to create a release only. + + + + + + - - - - -