diff --git a/build.xml b/build.xml
index 57f848ea33d..df27775dbbe 100644
--- a/build.xml
+++ b/build.xml
@@ -68,6 +68,10 @@
+
+
+
+
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 870cf2a8255..4ceb500521e 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -313,6 +313,9 @@ Tests
Some of the slow Monster tests now explicitly choose the default codec.
(Mike McCandless, Shawn Heisey)
+* LUCENE-5968: Improve error message when 'ant beast' is run on top-level
+ modules. (Ramkumar Aiyengar, Uwe Schindler)
+
Optimizations
* LUCENE-5960: Use a more efficient bitset, not a Set, to
diff --git a/lucene/analysis/build.xml b/lucene/analysis/build.xml
index e77cfdfcf2a..0abd60ae6b6 100644
--- a/lucene/analysis/build.xml
+++ b/lucene/analysis/build.xml
@@ -105,6 +105,9 @@
+
+
+
diff --git a/lucene/build.xml b/lucene/build.xml
index a4f107b47ca..c1e0971fdab 100644
--- a/lucene/build.xml
+++ b/lucene/build.xml
@@ -60,6 +60,10 @@
description="Runs pitests (core, modules and back-compat)"
/>
+
+
+
+
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index ac6e1c4f757..c7975d30a90 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -1351,6 +1351,11 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
+
+
+
+
+
+
+
+