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

svn commit: r951397 - /lucene/dev/trunk/lucene/common-build.xml

Author: uschindler
Date: Fri Jun  4 13:06:10 2010
New Revision: 951397

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

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=951397&r1=951396&r2=951397&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Fri Jun  4 13:06:10 2010
@@ -145,10 +145,6 @@
   <property name="gpg.exe" value="gpg" />
   <property name="gpg.key" value="CODE SIGNING KEY" />
 
-  <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"/>
 



RE: svn commit: r951397 - /lucene/dev/trunk/lucene/common-build.xml

Posted by Uwe Schindler <uw...@thetaphi.de>.
This one was simply also wrong, as it did not work as expected. When you
compiled Lucene with 1.6 the property was not set - which was not expected.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Chris Hostetter [mailto:hossman_lucene@fucit.org]
> Sent: Friday, June 04, 2010 8:39 PM
> To: dev@lucene.apache.org
> Subject: Re: svn commit: r951397 - /lucene/dev/trunk/lucene/common-
> build.xml
> 
> 
> I susect rather then removing it, it might just make sense to rename it
"build-
> 1.6-contrib" ... i'm confident we'll need it at some point.
> 
> : Date: Fri, 04 Jun 2010 13:06:10 -0000
> : From: uschindler@apache.org
> : Reply-To: dev@lucene.apache.org
> : To: commits@lucene.apache.org
> : Subject: svn commit: r951397 - /lucene/dev/trunk/lucene/common-
> build.xml
> :
> : Author: uschindler
> : Date: Fri Jun  4 13:06:10 2010
> : New Revision: 951397
> :
> : URL: http://svn.apache.org/viewvc?rev=951397&view=rev
> : Log:
> : remove useless property
> :
> : Modified:
> :     lucene/dev/trunk/lucene/common-build.xml
> :
> : Modified: lucene/dev/trunk/lucene/common-build.xml
> : URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-
> build.xml?rev=951397&r1=951396&r2=951397&view=diff
> :
> ==========================================================
> ====================
> : --- lucene/dev/trunk/lucene/common-build.xml (original)
> : +++ lucene/dev/trunk/lucene/common-build.xml Fri Jun  4 13:06:10 2010
> : @@ -145,10 +145,6 @@
> :    <property name="gpg.exe" value="gpg" />
> :    <property name="gpg.key" value="CODE SIGNING KEY" />
> :
> : -  <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"/>
> :
> :
> :
> 
> 
> 
> -Hoss
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: svn commit: r951397 - /lucene/dev/trunk/lucene/common-build.xml

Posted by Chris Hostetter <ho...@fucit.org>.
I susect rather then removing it, it might just make sense to rename it 
"build-1.6-contrib" ... i'm confident we'll need it at some point.

: Date: Fri, 04 Jun 2010 13:06:10 -0000
: From: uschindler@apache.org
: Reply-To: dev@lucene.apache.org
: To: commits@lucene.apache.org
: Subject: svn commit: r951397 - /lucene/dev/trunk/lucene/common-build.xml
: 
: Author: uschindler
: Date: Fri Jun  4 13:06:10 2010
: New Revision: 951397
: 
: URL: http://svn.apache.org/viewvc?rev=951397&view=rev
: Log:
: remove useless property
: 
: Modified:
:     lucene/dev/trunk/lucene/common-build.xml
: 
: Modified: lucene/dev/trunk/lucene/common-build.xml
: URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=951397&r1=951396&r2=951397&view=diff
: ==============================================================================
: --- lucene/dev/trunk/lucene/common-build.xml (original)
: +++ lucene/dev/trunk/lucene/common-build.xml Fri Jun  4 13:06:10 2010
: @@ -145,10 +145,6 @@
:    <property name="gpg.exe" value="gpg" />
:    <property name="gpg.key" value="CODE SIGNING KEY" />
:  
: -  <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"/>
:  
: 
: 



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org