You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by us...@apache.org on 2010/06/04 15:09:06 UTC

svn commit: r951400 - /lucene/java/branches/lucene_3_0/common-build.xml

Author: uschindler
Date: Fri Jun  4 13:09:06 2010
New Revision: 951400

URL: http://svn.apache.org/viewvc?rev=951400&view=rev
Log:
remove useless property

Modified:
    lucene/java/branches/lucene_3_0/common-build.xml

Modified: lucene/java/branches/lucene_3_0/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_3_0/common-build.xml?rev=951400&r1=951399&r2=951400&view=diff
==============================================================================
--- lucene/java/branches/lucene_3_0/common-build.xml (original)
+++ lucene/java/branches/lucene_3_0/common-build.xml Fri Jun  4 13:09:06 2010
@@ -109,10 +109,6 @@
   <property name="svnversion.exe" value="svnversion" />
   <property name="svn.exe" value="svn" />
   
-  <condition property="build-1-5-contrib">
-     <equals arg1="1.5" arg2="${ant.java.version}" />
-  </condition>
-  
   <property name="clover.db.dir" location="${common.dir}/build/test/clover/db"/>
   <property name="clover.report.dir" location="${common.dir}/build/test/clover/reports"/>