-
Notifications
You must be signed in to change notification settings - Fork 9
/
build.properties
30 lines (21 loc) · 997 Bytes
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## This is a configuration file for use by Ant when building SPARTA!
build.version = 1.0.1
jsr308.version = 1.9.11
checkers=${env.CHECKERFRAMEWORK}
sparta=./
#jsr308.langtools=${sparta}/../jsr308-langtools
#compiler.lib=${jsr308.langtools}/dist/lib/javac.jar
checkers.lib=${checkers}/checker/dist/checker.jar
# Can we re-use the tests.junit property from CF?
junit.jar=${sparta}/tests/junit-4.12.jar
hamcrest.lib=${sparta}/tests/hamcrest-core-1.3.jar
gson.jar=${sparta}/lib/google-gson-2.2.2/gson-2.2.2.jar
# Set android.home to your Android SDK installation location
# android.home
# Use Android 4.0 by default
#android.version=android-15
# A regex that specifies the valid android versions.
# Note that ant-contrib contains a islessthan condition which is more elegant than what we have below. However, most people don't like to rely on it, so we've opted for regexes here.
android.version.min=15
android.version.allowed=android-(1[5-9]|[2-9][0-9])
sparta.jar.file=${sparta}/sparta.jar