Update ant to display a note

This commit is contained in:
Scott Moore 2014-11-03 15:36:02 +11:00
parent 2289246e2c
commit c6dbc775ec

View File

@ -8,5 +8,10 @@
"env_add_path": "bin", "env_add_path": "bin",
"env_set": { "env_set": {
"ANT_HOME": "$dir" "ANT_HOME": "$dir"
} },
"notes": "Apache Ant requires,
> JDK (either openJDK or Oracle JDK)
> JAVA_HOME environment variable pointing to JDK
"
} }