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:29:59 UTC

svn commit: r1309557 - in /lucene/dev/branches/branch_3x: ./ lucene/ lucene/common-build.xml

Author: rmuir
Date: Wed Apr  4 19:29:58 2012
New Revision: 1309557

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

Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/lucene/common-build.xml

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