diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 5d6754ccd56..1ba8799a597 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -64,6 +64,10 @@ Upgrading from Solr 4.2.0
folder with those necessary for the logging impl you would like. For more
details, see the Slf4j documentation.
+* SOLR-4651: The dist-excl-slf4j build target no longer exists. SOLR-3706
+ eliminated the dist-war-excl-slf4j target and made dist-excl-slf4j
+ redundant.
+
Detailed Change List
----------------------
@@ -134,6 +138,8 @@ Other Changes
* SOLR-3706: Ship setup to log with log4j. (ryan, Mark Miller)
+* SOLR-4651: Remove dist-excl-slf4j build target. (Shawn Heisey)
+
================== 4.2.1 ==================
Versions of Major Components
diff --git a/solr/build.xml b/solr/build.xml
index 6f3748bc1e3..74049d5bebf 100644
--- a/solr/build.xml
+++ b/solr/build.xml
@@ -338,18 +338,7 @@
-
-
-
-
-
-
+ depends="dist-solrj, dist-core, dist-test-framework, dist-contrib, dist-war" />