1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Remove javacc_path setting, unused

This commit is contained in:
Daniel Martí 2013-12-06 12:24:24 +01:00
parent d7f558ad71
commit 5fc48172a7
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,6 @@
sdk_path = "/home/vagrant/android-sdk"
ndk_path = "/home/vagrant/android-ndk"
build_tools = "18.1.1"
javacc_path = "/usr/share/java"
mvn3 = "mvn"
gradle = "gradle"
gradle_plugin = "0.6.+"

View File

@ -12,9 +12,6 @@ ndk_path = "/path/to/android-ndk-r9"
# Build tools version to be used
build_tools = "18.1.1"
# Path to Android Java SWT ($ANDROID_SWT)
javacc_path = "/usr/share/java"
# Command for running maven 3 (could be mvn, mvn3, or a full path)
mvn3 = "mvn3"