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/14 13:33:15 UTC

svn commit: r1103055 - /lucene/dev/branches/branch_3x/lucene/contrib/grouping/build.xml

Author: rmuir
Date: Sat May 14 11:33:14 2011
New Revision: 1103055

URL: http://svn.apache.org/viewvc?rev=1103055&view=rev
Log:
LUCENE-1421: don't use custom directories for building, instead build like every other contrib

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

Modified: lucene/dev/branches/branch_3x/lucene/contrib/grouping/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/contrib/grouping/build.xml?rev=1103055&r1=1103054&r2=1103055&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/contrib/grouping/build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/contrib/grouping/build.xml Sat May 14 11:33:14 2011
@@ -4,10 +4,5 @@
         Collectors for grouping search results
     </description>
 
-    <property name="build.dir" location="build/" />
-    <property name="dist.dir" location="dist/" />
-    <property name="maven.dist.dir" location="../dist/maven" />
-
     <import file="../contrib-build.xml"/>
-    <property name="working.dir" location="work"/>
 </project>