Properties needed by your ant build can be specified here (in the standard properties file format):
# comment
name1=value1
name2=value2
These are passed to Ant like "-Dname1=value1 -Dname2=value2". Backslashes are used for escaping, so use "\\" for a single backslash.