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.
tasks/astrid/build.properties

11 lines
273 B
Properties

# 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
source.dir=${out.dir}/source
# Astrid source folders
astrid.sources=src,common-src,plugin-src,src-legacy