mirror of https://github.com/apache/lucene.git
Simplify the one-api-file case
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1360272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bcb3e79b7d
commit
37210f0cd6
|
@ -189,10 +189,7 @@
|
|||
</target>
|
||||
|
||||
<target name="-check-system-out">
|
||||
<forbidden-apis>
|
||||
<apiFileSet dir="${custom-tasks.dir}/forbiddenApis">
|
||||
<include name="system-out.txt" />
|
||||
</apiFileSet>
|
||||
<forbidden-apis apiFile="${custom-tasks.dir}/forbiddenApis/system-out.txt">
|
||||
<fileset dir="${basedir}/build">
|
||||
<include name="**/classes/java/**/*.class"/>
|
||||
<!-- this is basically tests -->
|
||||
|
|
Loading…
Reference in New Issue