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:50:29 UTC

svn commit: r1083226 - /lucene/dev/branches/lucene_solr_3_1/lucene/contrib/lucli/build.xml

Author: hossman
Date: Sat Mar 19 16:50:29 2011
New Revision: 1083226

URL: http://svn.apache.org/viewvc?rev=1083226&view=rev
Log:
LUCENE-2976: merge r1083223 from trunk

Modified:
    lucene/dev/branches/lucene_solr_3_1/lucene/contrib/lucli/build.xml   (contents, props changed)

Modified: lucene/dev/branches/lucene_solr_3_1/lucene/contrib/lucli/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/lucene/contrib/lucli/build.xml?rev=1083226&r1=1083225&r2=1083226&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/lucene/contrib/lucli/build.xml (original)
+++ lucene/dev/branches/lucene_solr_3_1/lucene/contrib/lucli/build.xml Sat Mar 19 16:50:29 2011
@@ -33,9 +33,6 @@
                refid="additional.dependencies"
   />
 
-  <property name="src.dir" location="src"/>
-
-
   <import file="../contrib-build.xml"/>
 
   <target name="jar" depends="compile" description="Create JAR">