Add Python reference in build.properties

The current version of the build.xml requires Python. As a suggestion, consider the following:

(1) Add the following to the build.properties file

Python

Available from http://www.python.org/

python.home.dir=C:\apps\Python31

(2) In build.xml, change

to

-markus