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 2011/05/31 02:07:08 UTC

svn commit: r1129443 - /lucene/dev/branches/branch_3x/lucene/contrib/icu/build.xml

Author: rmuir
Date: Tue May 31 00:07:08 2011
New Revision: 1129443

URL: http://svn.apache.org/viewvc?rev=1129443&view=rev
Log:
LUCENE-3160: icu contrib's compile-tools must also call lucene's

Modified:
    lucene/dev/branches/branch_3x/lucene/contrib/icu/build.xml

Modified: lucene/dev/branches/branch_3x/lucene/contrib/icu/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/contrib/icu/build.xml?rev=1129443&r1=1129442&r2=1129443&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/contrib/icu/build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/contrib/icu/build.xml Tue May 31 00:07:08 2011
@@ -98,7 +98,7 @@ are part of the ICU4C package. See http:
     </java>
   </target>
   
-  <target name="compile-tools">
+  <target name="compile-tools" depends="common.compile-tools">
     <compile
       srcdir="src/tools/java"
       destdir="${build.dir}/classes/tools">