mirror of https://github.com/apache/lucene.git
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:
parent
9afe4cb687
commit
a7a1416a38
|
@ -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: -->
|
||||
|
|
Loading…
Reference in New Issue