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:
Uwe Schindler 2012-07-11 16:25:22 +00:00
parent bcb3e79b7d
commit 37210f0cd6
1 changed files with 1 additions and 4 deletions

View File

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