Fix python3 also in root build.xml (was correct already in common-build.xml)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681331 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2015-05-23 12:04:06 +00:00
parent 9afe4cb687
commit a7a1416a38
1 changed files with 1 additions and 1 deletions

View File

@ -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: -->