# define where to put the output of the build | |
buckminster.output.root=${workspace.root}/output | |
# define where to put temporary stuff | |
buckminster.temp.root=${workspace.root}/temp | |
# define the qualifier replacement method | |
qualifier.replacement.*=generator:buildTimestamp | |
generator.buildTimestamp.format='v'yyyyMMddHHmm | |
target.os=* | |
target.ws=* | |
target.arch=* | |
# define the site generation properties | |
site.pack200=true | |
site.retain.unpacked=true | |
site.signing=false | |
signing.type=eclipse.local | |
eclipse.staging.area=${workspace.root}/buckminster.build.signing | |
# define the range generation rules for required bundles | |
pde.match.rule.default=greaterOrEqual | |
#local | |
#mwe.p2.repository = https://hudson.eclipse.org/hudson/job/MWE-nightly-HEAD/lastSuccessfulBuild/artifact/mwe.p2.repository/ |