You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2013/07/12 10:59:58 UTC

svn commit: r1502488 - in /lucene/dev/branches/lucene_solr_4_4: ./ solr/ solr/build.xml

Author: uschindler
Date: Fri Jul 12 08:59:58 2013
New Revision: 1502488

URL: http://svn.apache.org/r1502488
Log:
Merged revision(s) 1502484 from lucene/dev/trunk:
Fix warnings in forbidden-apis

Modified:
    lucene/dev/branches/lucene_solr_4_4/   (props changed)
    lucene/dev/branches/lucene_solr_4_4/solr/   (props changed)
    lucene/dev/branches/lucene_solr_4_4/solr/build.xml   (contents, props changed)

Modified: lucene/dev/branches/lucene_solr_4_4/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_4/solr/build.xml?rev=1502488&r1=1502487&r2=1502488&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_4/solr/build.xml (original)
+++ lucene/dev/branches/lucene_solr_4_4/solr/build.xml Fri Jul 12 08:59:58 2013
@@ -251,7 +251,7 @@
   <!-- TODO: Make the forbidden API checks per module! Also remove failOnMissingClasses="false" below!!! -->
   <target name="-forbidden-apis-classpath">
     <path id="forbidden-apis.classpath">
-      <fileset dir="${basedir}" includes="**/lib/*.jar"/>
+      <fileset dir="${basedir}" includes="**/lib/*.jar,**/test-lib/*.jar"/>
       <dirset dir="${basedir}/build" includes="**/classes/*"/>
       <path refid="solr.lucene.libs"/>
       <path refid="classpath"/>