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:26:35 UTC

svn commit: r1360273 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/build.xml

Author: uschindler
Date: Wed Jul 11 16:26:35 2012
New Revision: 1360273

URL: http://svn.apache.org/viewvc?rev=1360273&view=rev
Log:
Merged revision(s) 1360272 from lucene/dev/trunk:
Simplify the one-api-file case

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/build.xml   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/build.xml?rev=1360273&r1=1360272&r2=1360273&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/build.xml (original)
+++ lucene/dev/branches/branch_4x/lucene/build.xml Wed Jul 11 16:26:35 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 -->