You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mv...@apache.org on 2012/07/18 14:04:25 UTC

svn commit: r1362898 - /lucene/dev/trunk/lucene/grouping/build.xml

Author: mvg
Date: Wed Jul 18 12:04:25 2012
New Revision: 1362898

URL: http://svn.apache.org/viewvc?rev=1362898&view=rev
Log:
Fixed build error when building grouping module from the grouping module directory.

Modified:
    lucene/dev/trunk/lucene/grouping/build.xml

Modified: lucene/dev/trunk/lucene/grouping/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/grouping/build.xml?rev=1362898&r1=1362897&r2=1362898&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/grouping/build.xml (original)
+++ lucene/dev/trunk/lucene/grouping/build.xml Wed Jul 18 12:04:25 2012
@@ -35,8 +35,8 @@
       <path refid="base.classpath"/>
     </path>
 
-    <target name="compile" depends="jar-queries,common.compile-core" description="Compiles grouping classes" />
-    <target name="jar-core" depends="common.jar-core" />
+    <target name="init" depends="module-build.init,jar-queries"/>
+
     <target name="javadocs" depends="javadocs-queries,compile-core">
       <invoke-module-javadoc>
         <links>