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 2012/07/11 18:25:23 UTC

svn commit: r1360272 - /lucene/dev/trunk/lucene/build.xml

Author: uschindler
Date: Wed Jul 11 16:25:22 2012
New Revision: 1360272

URL: http://svn.apache.org/viewvc?rev=1360272&view=rev
Log:
Simplify the one-api-file case

Modified:
    lucene/dev/trunk/lucene/build.xml

Modified: lucene/dev/trunk/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/build.xml?rev=1360272&r1=1360271&r2=1360272&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/build.xml (original)
+++ lucene/dev/trunk/lucene/build.xml Wed Jul 11 16:25:22 2012
@@ -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 -->