You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ry...@apache.org on 2012/04/18 06:59:19 UTC

svn commit: r1327374 - /lucene/dev/trunk/solr/build.xml

Author: ryan
Date: Wed Apr 18 04:59:19 2012
New Revision: 1327374

URL: http://svn.apache.org/viewvc?rev=1327374&view=rev
Log:
SOLR-3358: keep log4j-over-slf4j in the classpath

Modified:
    lucene/dev/trunk/solr/build.xml

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=1327374&r1=1327373&r2=1327374&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Wed Apr 18 04:59:19 2012
@@ -317,7 +317,7 @@
   <target name="dist-war"
           description="Creates the Solr WAR Distribution file.">
     <ant dir="webapp" target="dist" inheritall="false">
-      <property name="exclude.from.war" value="log4j-*" />
+      <property name="exclude.from.war" value="log4j-1.*" />
       <propertyset refid="uptodate.and.compiled.properties"/>
     </ant>
   </target>