automated build configuration is on its way
[taxeditor.git] / eu.etaxonomy.taxeditor.feature / buckminster.properties
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
8 # Where all the output should go
9 buckminster.output.root=${user.home}/tmp
10
11 # Where the temp files should go
12 buckminster.temp.root=${user.home}/tmp/taxeditor.tmp
13
14 # How .qualifier in versions should be replaced
15 qualifier.replacement.*=generator:lastRevision
16
17 # How the qualifier (last revision) should be formatted
18 generator.lastRevision.format=r{0,number,00000}
19
20 # If a site should use pack200, turn off for faster build
21 # site.pack200=true
22
23 # If a site should be signed
24 # site.signing=true
25
26 # If a site should be signed locally, or remotely at Eclipse
27 # signing.type=eclipse.remote
28
29 # Should local signing be performed
30 # local.sign=true
31
32 # Should source bundles be built and included
33 #cbi.include.source=false
34
35 # What platforms should be built, * for "all"
36 target.os=*
37 target.ws=*
38 target.arch=*