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

@ -8,6 +8,9 @@ ndk_path = "/path/to/android-ndk-r5"
#You probably don't need to change this...
javacc_path = "/usr/share/java"
#Command for running maven 3 (could be mvn, mvn3, or a full path)
mvn3 = "mvn3"
repo_url = "http://f-droid.org/repo"
repo_name = "FDroid"
repo_icon = "fdroid-icon.png"