12 lines
373 B
Properties
12 lines
373 B
Properties
## 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=*
|
|
target.ws=*
|
|
target.arch=*
|