blob: 4e17c71ea7025a143639053cfdd7a18b4f1f4ac3 [file] [log] [blame]
mwenza3bacde2010-07-07 14:11:25 +00001# 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}
22qualifier.replacement.*=generator:buildTimestamp
23generator.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
33cbi.include.source=true
34
35# What platforms should be built, * for "all"
36target.os=*
37target.ws=*
38target.arch=*
39
40signing.type=eclipse.local
41#signing.type=eclipse.remote
42
mwenz6e751632010-07-26 14:19:55 +000043graphiti.download.area=file:/home/data/httpd/download.eclipse.org/modeling/gmp/graphiti
44buckminster.p2.site=file:/home/data/http/download.eclipse.org/tools/buckminster/headless-3.6
45director.url=file:/home/data/http/download.eclipse.org/tools/buckminster/products/director_latest.zip
mwenza3bacde2010-07-07 14:11:25 +000046eclipse.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