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 2012/04/04 21:28:29 UTC

svn commit: r1309556 - /lucene/dev/trunk/lucene/common-build.xml

Author: rmuir
Date: Wed Apr  4 19:28:29 2012
New Revision: 1309556

URL: http://svn.apache.org/viewvc?rev=1309556&view=rev
Log:
LUCENE-3952: validate depends upon compile-tools, which does too much

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1309556&r1=1309555&r2=1309556&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Wed Apr  4 19:28:29 2012
@@ -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"/>