Change apps (ant, maven) to depend on openjdk

This commit is contained in:
Scott Moore 2014-11-08 22:26:16 +11:00
parent c6dbc775ec
commit 41a1906d53
2 changed files with 3 additions and 6 deletions

View File

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

View File

@ -10,5 +10,6 @@
],
"env_set": {
"M2_HOME": "$dir"
}
},
"depends": "openjdk"
}