mirror of
https://github.com/apache/lucene.git
synced 2025-02-22 18:27:21 +00:00
LUCENE-4199: cleanup filesets to check; disable Solr's DIH checking, as Locale/Charset support is broken (SOLR-1916)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4199@1359167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7332ceac17
commit
e7437a7d0c
@ -178,7 +178,7 @@
|
|||||||
|
|
||||||
<target name="check-forbidden-apis" depends="compile-tools,compile-test,load-custom-tasks" description="Check forbidden API calls in compiled class files.">
|
<target name="check-forbidden-apis" depends="compile-tools,compile-test,load-custom-tasks" description="Check forbidden API calls in compiled class files.">
|
||||||
<forbidden-apis apiFile="${custom-tasks.dir}/forbiddenApis/jdk.txt">
|
<forbidden-apis apiFile="${custom-tasks.dir}/forbiddenApis/jdk.txt">
|
||||||
<fileset dir="${basedir}" includes="**/build/**/*.class" />
|
<fileset dir="${basedir}/build" includes="**/*.class" />
|
||||||
</forbidden-apis>
|
</forbidden-apis>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -197,7 +197,11 @@
|
|||||||
<include name="jdk.txt" />
|
<include name="jdk.txt" />
|
||||||
<include name="commons-io.txt" />
|
<include name="commons-io.txt" />
|
||||||
</apiFileSet>
|
</apiFileSet>
|
||||||
<fileset dir="${basedir}" includes="**/build/**/*.class" />
|
<fileset dir="${basedir}/build">
|
||||||
|
<include name="**/*.class" />
|
||||||
|
<!-- exclude DIH for now as it is broken with Locales and Encodings: SOLR-1916 -->
|
||||||
|
<exclude name="contrib/solr-dataimporthandler*/**" />
|
||||||
|
</fileset>
|
||||||
</forbidden-apis>
|
</forbidden-apis>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user