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/06/08 12:40:15 UTC

svn commit: r1348012 - /lucene/dev/branches/branch_4x/lucene/queries/build.xml

Author: rmuir
Date: Fri Jun  8 10:40:15 2012
New Revision: 1348012

URL: http://svn.apache.org/viewvc?rev=1348012&view=rev
Log:
fix broken import (won't work for source release where this dir is lucene-xxx)

Modified:
    lucene/dev/branches/branch_4x/lucene/queries/build.xml

Modified: lucene/dev/branches/branch_4x/lucene/queries/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/queries/build.xml?rev=1348012&r1=1348011&r2=1348012&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/queries/build.xml (original)
+++ lucene/dev/branches/branch_4x/lucene/queries/build.xml Fri Jun  8 10:40:15 2012
@@ -20,5 +20,5 @@
     Filters and Queries that add to core Lucene
   </description>
 
-  <import file="../../lucene/module-build.xml"/>
+  <import file="../module-build.xml"/>
 </project>