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

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

Author: rmuir
Date: Wed Sep 19 15:06:56 2012
New Revision: 1387631

URL: http://svn.apache.org/viewvc?rev=1387631&view=rev
Log:
LUCENE-4408: fix license check to ignore jars in package/ directory

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=1387631&r1=1387630&r2=1387631&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Wed Sep 19 15:06:56 2012
@@ -199,6 +199,7 @@
         <exclude name="example/start.jar" />
         <exclude name="example/exampledocs/post.jar" />
         <exclude name="example/solr-webapp/**" />
+        <exclude name="package/**"/>
       </additional-excludes>
       <additional-filters>
         <replaceregex pattern="jetty([^/]+)$" replace="jetty" flags="gi" />