mirror of https://github.com/apache/lucene.git
point at the more general python3 (since 3.3 works fine), asking for 3.2 specifically is incredibly confusing to contributors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1541094 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea15eae958
commit
85a8991beb
|
@ -231,7 +231,8 @@
|
||||||
<property name="perl.exe" value="perl" />
|
<property name="perl.exe" value="perl" />
|
||||||
|
|
||||||
<property name="python.exe" value="python" />
|
<property name="python.exe" value="python" />
|
||||||
<property name="python32.exe" value="python3.2" />
|
<!-- todo: rename this variable -->
|
||||||
|
<property name="python32.exe" value="python3" />
|
||||||
|
|
||||||
<property name="gpg.exe" value="gpg" />
|
<property name="gpg.exe" value="gpg" />
|
||||||
<property name="gpg.key" value="CODE SIGNING KEY" />
|
<property name="gpg.key" value="CODE SIGNING KEY" />
|
||||||
|
|
Loading…
Reference in New Issue