From dfeee59cca730e1b1346564bf2fe1bf4a81f9549 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Fri, 10 Jan 2020 19:08:14 +0530 Subject: [PATCH] bz-63438 Undo part of commit 6656db28bb79912ec1c744f34affbda53f86e6fd, to fix broken javadocs target --- CONTRIBUTORS | 1 + WHATSNEW | 5 +++++ build.xml | 17 +++++++++++++++-- contributors.xml | 4 ++++ 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5a4b73cba..a831e8fe9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,6 +9,7 @@ Adrian Nistor Adrien Grand Aleksandr Ishutin Alex Rosen +Alexander Grund Alexei Yudichev Alexey Panchenko Alexey Solofnenko diff --git a/WHATSNEW b/WHATSNEW index 0af7f1d2f..68dc51fed 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -22,6 +22,11 @@ Fixed bugs: exceptions that happen in @BeforeAll method of a test. This is now fixed. Bugzilla Report 63850 + * Building Ant from source could result in the javadocs target failing if the + optional dependencies were missing. This has now been fixed. + Bugzilla Report 63438 + + Other changes: -------------- diff --git a/build.xml b/build.xml index 6071a949e..047d459f9 100644 --- a/build.xml +++ b/build.xml @@ -574,6 +574,17 @@ + + + + + diff --git a/contributors.xml b/contributors.xml index 55941aa9d..4e88f276c 100644 --- a/contributors.xml +++ b/contributors.xml @@ -66,6 +66,10 @@ Alex Rosen + + Alexander + Grund + Alexei Yudichev