recurse into 'very special modules' too

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4335@1506271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-07-23 20:47:17 +00:00
parent 06ec0672b7
commit 7a7003bdc0
1 changed files with 5 additions and 0 deletions

View File

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