diff --git a/WHATSNEW b/WHATSNEW
index a76a02636..7b9a3c07d 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1,6 +1,14 @@
Changes from Ant 1.9.15 TO Ant 1.9.16
=====================================
+Fixed bugs:
+-----------
+
+ * Fixes a bug where the ant-testutil-sources.jar that gets published to Maven
+ central repository didn't contain any source files.
+ Bugzilla Report 65110
+
+
Changes from Ant 1.9.14 TO Ant 1.9.15
=====================================
diff --git a/build.xml b/build.xml
index f9150a8a2..01cda3fd0 100644
--- a/build.xml
+++ b/build.xml
@@ -864,7 +864,7 @@
description="--> creates the Apache Ant Test Utilities source jar">
+ basedir="${src.junit}">