2010-11-04 02:46:38 +07:00
|
|
|
## buckminster.properties ##
|
|
|
|
#Where all the output should go
|
|
|
|
buckminster.output.root=${user.home}/buckminster.output
|
|
|
|
# Where the temp files should go
|
|
|
|
buckminster.temp.root=${user.home}/tmp
|
|
|
|
# How .qualifier in versions should be replaced
|
|
|
|
qualifier.replacement.*=generator:buildTimestamp
|
|
|
|
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
|
|
|
target.os=linux
|
|
|
|
target.ws=gtk
|
2011-05-30 05:55:41 +07:00
|
|
|
target.arch=x86_64
|