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:
Robert Muir 2013-11-12 14:56:43 +00:00
parent ea15eae958
commit 85a8991beb
1 changed files with 2 additions and 1 deletions

View File

@ -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" />