You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2013/07/23 22:47:17 UTC

svn commit: r1506271 - /lucene/dev/branches/lucene4335/lucene/build.xml

Author: rmuir
Date: Tue Jul 23 20:47:17 2013
New Revision: 1506271

URL: http://svn.apache.org/r1506271
Log:
recurse into 'very special modules' too

Modified:
    lucene/dev/branches/lucene4335/lucene/build.xml

Modified: lucene/dev/branches/lucene4335/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene4335/lucene/build.xml?rev=1506271&r1=1506270&r2=1506271&view=diff
==============================================================================
--- lucene/dev/branches/lucene4335/lucene/build.xml (original)
+++ lucene/dev/branches/lucene4335/lucene/build.xml Tue Jul 23 20:47:17 2013
@@ -611,6 +611,11 @@
   </target>
 
   <target name="regenerate">
+    <subant target="regenerate" failonerror="true" inheritall="false">
+      <propertyset refid="uptodate.and.compiled.properties"/>
+      <fileset dir="core" includes="build.xml"/>
+      <fileset dir="test-framework" includes="build.xml"/>
+    </subant>
     <modules-crawl target="regenerate"/>
   </target>