| # Where all the output should go | |
| buckminster.output.root=${user.home}/tmp/hellobuck | |
| # Where the temp files should go | |
| buckminster.temp.root=${user.home}/tmp/buildhellobuck | |
| # How .qualifier in versions should be replaced | |
| qualifier.replacement.*=generator:lastRevision | |
| target.os=win32 | |
| target.ws=win32 | |
| target.arch=x86 |