SOLR-4768: The Solr war produced by generate-maven-artifacts should not contain logging jars

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2013-04-26 14:53:24 +00:00
parent 79f996a31b
commit 18c22df8de
2 changed files with 1 additions and 2 deletions

View File

@ -353,7 +353,6 @@
<target name="dist-war"
description="Creates the Solr WAR Distribution file.">
<ant dir="webapp" target="dist" inheritall="false">
<property name="exclude.from.war" value="*slf4j*,log4j-*" />
<propertyset refid="uptodate.and.compiled.properties"/>
</ant>
</target>

View File

@ -20,7 +20,7 @@
<import file="../common-build.xml"/>
<property name="exclude.from.war" value="" />
<property name="exclude.from.war" value="*slf4j*,log4j-*" />
<property name="solr.war.suffix" value="" />
<target name="test" depends="compile-test-solr-core">