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