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 2015/05/23 14:05:48 UTC

svn commit: r1681333 - in /lucene/dev/branches/lucene_solr_5_2: ./ build.xml

Author: uschindler
Date: Sat May 23 12:05:48 2015
New Revision: 1681333

URL: http://svn.apache.org/r1681333
Log:
Merged revision(s) 1681331 from lucene/dev/trunk:
Fix python3 also in root build.xml (was correct already in common-build.xml)

Modified:
    lucene/dev/branches/lucene_solr_5_2/   (props changed)
    lucene/dev/branches/lucene_solr_5_2/build.xml

Modified: lucene/dev/branches/lucene_solr_5_2/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_2/build.xml?rev=1681333&r1=1681332&r2=1681333&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_5_2/build.xml (original)
+++ lucene/dev/branches/lucene_solr_5_2/build.xml Sat May 23 12:05:48 2015
@@ -28,7 +28,7 @@
   <loadproperties srcFile="lucene/version.properties"/>
 
   <!-- define here, as common-build is not included! TODO: maybe include into a property file like the version? -->
-  <property name="python32.exe" value="python3.2" />
+  <property name="python32.exe" value="python3" />
   <property name="args" value=""/>
 
   <!-- other settings: -->