Fix warnings in forbidden-apis

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1502484 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2013-07-12 08:57:56 +00:00
parent 8b0a481fd3
commit 50ae2f9d8a
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>