mwenz | a3bacde | 2010-07-07 14:11:25 +0000 | [diff] [blame] | 1 | # buckminster.properties |
| 2 | # ---------------------- |
| 3 | # These properties control how buckminster performs a build, where output should be placed, |
| 4 | # where temporary files should be kept, and where options for signing, packing, and |
| 5 | # platforms are stated. |
| 6 | |
| 7 | # Is used to select the dependency location in the rmap |
| 8 | # build.type=N |
| 9 | |
| 10 | # Where all the output should go |
| 11 | #buckminster.output.root=${user.home}/mydata/Projects/Graphiti/build/builds/output |
| 12 | |
| 13 | # Where the temp files should go |
| 14 | #buckminster.temp.root=${user.home}/mydata/Projects/Graphiti/build/builds/tempoutput |
| 15 | |
| 16 | # How .qualifier in versions should be replaced |
| 17 | |
| 18 | #qualifier.replacement.*=generator:lastModified |
| 19 | #generator.lastModified.format='v'yyyyMMdd-HHmm |
| 20 | #qualifier.replacement.*=generator:lastRevision |
| 21 | #generator.lastRevision.format=r{0,number,00000} |
| 22 | qualifier.replacement.*=generator:buildTimestamp |
| 23 | generator.buildTimestamp.format='v'yyyyMMddHHmm |
| 24 | |
| 25 | # If a site should use pack200, turn off for faster build |
| 26 | # commented out, is controlled by the hudson interface |
| 27 | #site.pack200=false |
| 28 | |
| 29 | # If a site should be signed |
| 30 | #site.signing=false |
| 31 | |
| 32 | # Should source bundles be built and included |
| 33 | cbi.include.source=true |
| 34 | |
| 35 | # What platforms should be built, * for "all" |
| 36 | target.os=* |
| 37 | target.ws=* |
| 38 | target.arch=* |
| 39 | |
| 40 | signing.type=eclipse.local |
| 41 | #signing.type=eclipse.remote |
| 42 | |
mwenz | 6e75163 | 2010-07-26 14:19:55 +0000 | [diff] [blame^] | 43 | graphiti.download.area=file:/home/data/httpd/download.eclipse.org/modeling/gmp/graphiti |
| 44 | buckminster.p2.site=file:/home/data/http/download.eclipse.org/tools/buckminster/headless-3.6 |
| 45 | director.url=file:/home/data/http/download.eclipse.org/tools/buckminster/products/director_latest.zip |
mwenz | a3bacde | 2010-07-07 14:11:25 +0000 | [diff] [blame] | 46 | eclipse.staging.area=${env.HUDSON_HOME}/jobs/${env.JOB_NAME}/signing |
| 47 | |
| 48 | # Add and adapt the following line to enable the local building and testing |
| 49 | # The folder must be the result folder of the local build, e.g. a folder |
| 50 | # "build" that resides in the same folder as the Graphiti releng project. |
| 51 | #buildSitePath=/C:/Development/GraphitiBuild/Workspace/build/result/p2site |