Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a23bc83dfbb3888d37de953d2c0914a18fc43b04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# buckminster.properties
# ----------------------
# These properties control how buckminster performs a build, where output should be placed,
# where temporary files should be kept, and where options for signing, packing, and
# platforms are stated.
#

# How .qualifier in versions should be replaced

#qualifier.replacement.*=generator:lastModified
#generator.lastModified.format='v'yyyyMMdd-HHmm
#qualifier.replacement.*=generator:lastRevision
#generator.lastRevision.format=r{0,number,00000}
qualifier.replacement.*=generator:buildTimestamp
generator.buildTimestamp.format='v'yyyyMMddHHmm

# If a site should use pack200, turn off for faster build
# commented out, is controlled by the hudson interface
#site.pack200=false

# If a site should be signed
#site.signing=false

# Should source bundles be built and included
cbi.include.source=true

# What platforms should be built, * for "all"
target.os=*
target.ws=*
target.arch=*

signing.type=eclipse.local
#signing.type=eclipse.remote

teneo.download.area=/home/data/httpd/download.eclipse.org/modeling/emf/teneo
buckminster.p2.site=http://download.eclipse.org/tools/buckminster/headless-4.2
director.url=http://download.eclipse.org/tools/buckminster/products/director_latest.zip
thirdparty.url=http://www.elver.org/eclipse/2.1.0/update/teneotexodeps.zip
#eclipse.staging.area=${env.HUDSON_HOME}/jobs/${env.JOB_NAME}/signing

Back to the top