Made maven executable configurable

This commit is contained in:
Ciaran Gultnieks 2012-09-13 08:23:12 +01:00
parent 6274d071a7
commit 7a0df25525
5 changed files with 11 additions and 3 deletions

View file

@ -2,3 +2,4 @@ aapt_path = "/home/vagrant/android-sdk/platform-tools/aapt"
sdk_path = "/home/vagrant/android-sdk"
ndk_path = "/home/vagrant/android-ndk"
javacc_path = "/usr/share/java"
mvn3 = "mvn"