Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6d8cadd84a0ea5845f7d75cab331ba72b0544b73 (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
# define where to put the output of the build
buckminster.output.root=${workspace.root}/.buckminster/buckminster.build.output

# define where to put temporary stuff
buckminster.temp.root=${workspace.root}/.buckminster/buckminster.build.temp

# define the qualifier replacement method
qualifier.replacement.*=generator:lastModified
generator.lastModified.format='v'yyyyMMdd-HHmm

target.os=*
target.ws=*
target.arch=*  

# define the site generation properties
site.pack200=true
site.retain.unpacked=true
site.signing=false
eclipse.staging.area=${workspace.root}/buckminster.build.signing

# define the range generation rules for required bundles
# pde.bundle.range.generation=false
# pde.feature.range.generation=false

Back to the top