mirror of https://github.com/apache/lucene.git
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:
parent
79f996a31b
commit
18c22df8de
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue