This repository was archived by the owner on Dec 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
52 lines (43 loc) · 1.42 KB
/
build.properties
File metadata and controls
52 lines (43 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
buckminster.release=4.2
build.type=I
site.suffix=-dev
#build.type=R
#site.suffix=
# Build on any machine
#
eclipse.download.prefix=http://download.eclipse.org
#eclipse.download.prefix=file:/home/data/httpd/download.eclipse.org
eclipse.svn.prefix=http://dev.eclipse.org/svnroot
# eclipse.svn.prefix=file:///svnroot
# Special properties for delegating signing to the signer at build.eclipse.org
# when building on a local machine
#
#signing.type=eclipse.remote
#signing.type=eclipse.local
signing.type=local
local.keystore.path=${cfeclipse.keystore.path}
local.keystore.alias=signing
local.keystore.password=${cfeclipse.keystore.password}
site.signing=${site.pack200}
#site.signing=false
#eclipse.committer.name=<your committer name>
#eclipse.committer.keyfile=<your SSH private key>
eclipse.staging.area=${dist.dir}/staging
# Hudson build on build.eclipse.org
#
#plugin.p2.dir=${dist.dir}/update${site.suffix}/
buckminster.archive.area=${dist.dir}/archive/sites
product.update.site=${dist.dir}/standalone/site.p2
product.zip.dir=${dist.dir}/standalone
p2.dest=${dist.dir}/oupdate
site.retain.unpacked=true
site.pack200=false
#site.pack200=true
# cbi.include.source=false
qualifier.replacement.*=generator:lastModified
generator.lastModified.format=yyyyMMddHHmm
#generator.lastModified.format='${build.type}'yyyyMMdd-HHmm
generateSourceReferences=true
target.os=*
target.ws=*
target.arch=*