mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
536 B
Properties
25 lines
536 B
Properties
14 years ago
|
# Astrid build properties
|
||
|
|
||
|
# output files and apk
|
||
|
out.dir=bin
|
||
|
|
||
|
# source directory must be underneath output directory
|
||
|
# because we pull in from multiple source folders
|
||
14 years ago
|
source.dir=src-combined
|
||
14 years ago
|
|
||
|
# Astrid source folders
|
||
14 years ago
|
astrid.sources=src,common-src,plugin-src,src-legacy,rmilk-src
|
||
|
|
||
|
# Keystore
|
||
14 years ago
|
signjar.keystore=/etc/todoroo/keystore
|
||
|
signjar.keyalias=anddev.keystore
|
||
|
signjar.passfile=/etc/todoroo/keypass
|
||
14 years ago
|
|
||
|
# Default API Keys
|
||
|
apikey.keyfile=/etc/todoroo/apikeys
|
||
14 years ago
|
|
||
|
# suppress ant warnings
|
||
|
build.sysclasspath=last
|
||
13 years ago
|
|
||
|
proguard.config=proguard.cfg
|