From 03b0bc8f47ba6625cd9ce89ae94c570cbbd6e8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Thu, 1 Feb 2007 21:24:40 +0000 Subject: [PATCH] fix for bug 1630361. Make sure that commons-collections classes that are shipped with beanutils are not included in checkstyle-all.jar --- build.xml | 5 +++-- src/xdocs/releasenotes.xml | 13 +++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 7ab154c2a..be3abe58a 100644 --- a/build.xml +++ b/build.xml @@ -493,10 +493,11 @@ For users of JDK 1.5 at least version 1.6.2 of Ant is required. manifest="${target.dir}/manifest.mf" filesetmanifest="skip"> - + + - + diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index 2a89f0020..ef220ec5f 100755 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -9,6 +9,19 @@ +
+

Fixed Bugs:

+ +
    +
  • + checkstyle-all.jar contained some classes from jakarta commons-collections twice. (bug 1630361) +
  • +
+ +

New features:

+ +
+

Fixed Bugs: