You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2011/03/19 17:46:57 UTC

svn commit: r1083223 - /lucene/dev/trunk/lucene/contrib/lucli/build.xml

Author: hossman
Date: Sat Mar 19 16:46:56 2011
New Revision: 1083223

URL: http://svn.apache.org/viewvc?rev=1083223&view=rev
Log:
LUCENE-2976: remove broken src.dir override that was preventing javadocs from building

Modified:
    lucene/dev/trunk/lucene/contrib/lucli/build.xml

Modified: lucene/dev/trunk/lucene/contrib/lucli/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/lucli/build.xml?rev=1083223&r1=1083222&r2=1083223&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/contrib/lucli/build.xml (original)
+++ lucene/dev/trunk/lucene/contrib/lucli/build.xml Sat Mar 19 16:46:56 2011
@@ -33,9 +33,6 @@
                refid="additional.dependencies"
   />
 
-  <property name="src.dir" location="src"/>
-
-
   <import file="../contrib-build.xml"/>
 
   <module-uptodate name="analysis/common" jarfile="${common.dir}/../modules/analysis/build/common/lucene-analyzers-common-${version}.jar"