LUCENE-3952: validate depends upon compile-tools, which does too much

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309556 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-04 19:28:29 +00:00
parent c8c008a535
commit d88f0e4fc3

View File

@ -1151,7 +1151,7 @@
<!-- VALIDATION work -->
<!-- Generic placeholder target for if we add other validation tasks -->
<target name="validate" depends="compile-tools">
<target name="validate">
</target>
<property name="svn.export.dir" location="${build.dir}/svn-export"/>