diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 9f51497403f..84ddd449a44 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -477,6 +477,10 @@ Other Changes
AppendedSolrParams into factory methods.
(David Smiley via hossman)
+Build
+----------------------
+* SOLR-2487: Add build target to package war without slf4j jars (janhoy)
+
================== 3.5.0 ==================
New Features
diff --git a/solr/build.xml b/solr/build.xml
index d3f57c0d9c6..8b76d1cfc6c 100644
--- a/solr/build.xml
+++ b/solr/build.xml
@@ -291,7 +291,16 @@
-
+
+
+
+
+
+
+
+
diff --git a/solr/webapp/build.xml b/solr/webapp/build.xml
index 91682cda4a3..ec5e7e8b17f 100644
--- a/solr/webapp/build.xml
+++ b/solr/webapp/build.xml
@@ -20,6 +20,9 @@
+
+
+
@@ -47,24 +50,24 @@
implementation.title="org.apache.solr"
spec.version="${solr.spec.version}"/>
-
-
+
-
-
+
+
-
-
-
+
+
+