Finalizing PolytomousKeyListEditor
[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/feature
10
11 # Where the temp files should go
12 buckminster.temp.root=${user.home}/tmp/feature/taxeditor.tmp
13
14 # How .qualifier in versions should be replaced
15
16 qualifier.replacement.*=generator:lastModified
17 generator.lastModified.format='v'yyyyMMdd-HHmm
18 #qualifier.replacement.*=generator:lastRevision
19 #generator.lastRevision.format=r{0,number,00000}
20 #qualifier.replacement.*=generator:buildTimestamp
21 #generator.buildTimestamp.format='v'yyyyMMdd'_'HHmm
22
23 # Sets the Java compiler compliance level
24 org.eclipse.buckminster.core.jdt.compliancelevel= 1.6
25
26 # Should source bundles be built and included
27 #cbi.include.source=true
28 cbi.include.source=false
29
30
31 # If a site should use pack200, turn off for faster build
32 # site.pack200=true
33
34 # If a site should be signed
35 # site.signing=true
36
37 # If a site should be signed locally, or remotely at Eclipse
38 # signing.type=eclipse.remote
39
40 # Should local signing be performed
41 # local.sign=true
42
43 # Should source bundles be built and included
44 #cbi.include.source=false
45
46 #build.type=N
47
48 # What platforms should be built, * for "all"
49 target.os=*
50 target.ws=*
51 target.arch=*
52
53 buckminster.p2.site=http://download.eclipse.org/tools/buckminster/headless-3.6
54 director.url=http://download.eclipse.org/tools/buckminster/products/director_latest.zip