mirror of https://github.com/apache/lucene.git
More strict RAT checking (unfortunately the analysis supermodule does not import common-build). This will detect missing license headers in build.xml, too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497415 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dcab566cd0
commit
32f4a55a18
|
@ -348,7 +348,7 @@
|
|||
</target>
|
||||
|
||||
<!-- rat-sources-typedef is *not* a useless dependency. do not remove -->
|
||||
<target name="rat-sources" depends="rat-sources-typedef">
|
||||
<target name="rat-sources" depends="rat-sources-typedef,common.rat-sources">
|
||||
<subant target="rat-sources" failonerror="true" inheritall="false">
|
||||
<propertyset refid="uptodate.and.compiled.properties"/>
|
||||
<fileset dir="core" includes="build.xml"/>
|
||||
|
|
|
@ -301,7 +301,7 @@
|
|||
|
||||
<!-- rat sources -->
|
||||
<!-- rat-sources-typedef is *not* a useless dependency. do not remove -->
|
||||
<target name="rat-sources" depends="rat-sources-typedef">
|
||||
<target name="rat-sources" depends="rat-sources-typedef,common.rat-sources">
|
||||
<subant target="rat-sources" inheritall="false" >
|
||||
<propertyset refid="uptodate.and.compiled.properties"/>
|
||||
<fileset dir="core" includes="build.xml"/>
|
||||
|
|
Loading…
Reference in New Issue