SOLR-4651: remove dist-excl-slf4j build target

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1462306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shawn Heisey 2013-03-28 21:24:29 +00:00
parent 20cf1b7226
commit 33c3778360
2 changed files with 7 additions and 12 deletions

View File

@ -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

View File

@ -338,18 +338,7 @@
<target name="dist"
description="Creates the Solr distribution files."
depends="-dist-common, dist-war" />
<target name="dist-excl-slf4j"
description="Creates the Solr distribution files without slf4j API or bindings."
depends="-dist-common" />
<target name="-dist-common"
depends="dist-solrj, dist-core, dist-test-framework, dist-contrib">
<!-- Targets common to dist and dist-excl-slf4j.
Only usable as a dependency
-->
</target>
depends="dist-solrj, dist-core, dist-test-framework, dist-contrib, dist-war" />
<target name="dist-test-framework" depends="init-dist"
description="Creates the Solr test-framework JAR.">