1 #######################################################################################
 
   2 # Where all of the output should go
 
   3 buckminster.output.root=${user.home}/sandbox/bucky/output
 
   4 # Where all of the tmp files should go
 
   5 buckminster.temp.root=${user.home}/sandbox/bucky/tmp
 
   6 # How .qualifier in versions should be replaced (this will replace .qualifier with SVN revision number of the project)
 
   7 #qualifier.replacement.*=generator:lastRevision
 
   8 qualifier.replacement.*=generator:buildTimestamp
 
   9 generator.buildTimestamp.format='v'yyyyMMdd'-'HHmm
 
  11 # Don't build source bundles
 
  12 cbi.include.source=false
 
  16 updatesite.destination=${user.home}/sandbox/bucky/UpdateSite
 
  17 #######################################################################################