blob: 29351ef84f3978b3f15c38d1570ae8d660633c41 [file] [log] [blame]
ndaib8cedc82005-09-13 18:00:32 +00001
2mapVersionTag=HEAD
3buildType=I
ndaib8cedc82005-09-13 18:00:32 +00004build.distribution=wtp
5
6
david_williams22bd49b2006-11-28 09:17:14 +00007relengroot=
8releng=releng
9releng.builder=releng.wtpbuilder
10
david_williams42f9b242006-11-27 18:45:14 +000011# javacFailOnError must be false otherwise the
12# build will terminated at the first compile error
ndaib8cedc82005-09-13 18:00:32 +000013javacFailOnError=false
ndaib8cedc82005-09-13 18:00:32 +000014javacDebugInfo=true
15
david_williams42f9b242006-11-27 18:45:14 +000016# Asks the compiler for verbose output. This should be set
17# to true in order for *.bin.log files to be generated when
18# using the JDT Compiler Adapter to compile.
david_williams15480102006-09-02 03:58:16 +000019javacVerbose=true
20
21
ndaib8cedc82005-09-13 18:00:32 +000022# This is the eclipse releng driver
23# It is only used to drive the build process
david_williams42f9b242006-11-27 18:45:14 +000024# it must be relative to the build home
david_williams361b75a2006-01-10 19:56:39 +000025#
26#
27# in 3.2 based builds, this version is no longer appended to
28# pde builder directory name.
29#eclipse.base.version=3.1.0
30
ndaib8cedc82005-09-13 18:00:32 +000031eclipse.builder=org.eclipse.releng.basebuilder
david_williams3237bbd2006-01-10 18:36:56 +000032#eclipse.builder.version=r311_vM20050914-1235
david_williams47730622006-02-13 04:29:04 +000033#eclipse.builder.version=vI20051215-1506
david_williams5a86f482006-02-22 20:37:22 +000034#eclipse.builder.version=vI20060210-1640
david_williams601fd4e2006-11-23 04:17:13 +000035eclipse.builder.version=M3_33
ndaib8cedc82005-09-13 18:00:32 +000036eclipse.builder.fetch=true
37
david_williams42f9b242006-11-27 18:45:14 +000038archivesFormat=*,*,*-antZip
39
40# This parameter is specific to the compiler
41# being used (JDT Compiler, in our case).
42# 'showversion' causes the version of JDT Compiler to be
43# printed to the compiler log file.
david_williamse46b0ab2006-11-29 20:50:59 +000044compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw,typeHiding,unchecked
david_williams42f9b242006-11-27 18:45:14 +000045
46
47# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
48# using the JDT Compiler Adapter to compile.
49javacVerbose=true
50
51#############################################################
52
53
54# Set this to the relative path for the
55# directory to be use for the current build.
56# It must be relative to the build home
57# Final name will include the ditribution name and build type
58# e.g: build-wtp-I
59build.current=build
60
61
62# Set this to the relative path for the
63# directory to be use for the current test pass.
64# It must be relative to the build home
65# Final name will include the component and build type
66# e.g: test-wtp-I
67build.tests=test
68
69# Set this to the relative path for the
70# directory to be used for the peformance test.
71# It is relative to the build home.
72build.perf.tests=perf-current
ndaib8cedc82005-09-13 18:00:32 +000073
74# This is the directory in which eclipse driver
75# that will be used to compile the build will
76# be installed into it is relative to the build.current
77base.location=eclipse
78
79
david_williams22bd49b2006-11-28 09:17:14 +000080# This is the working directory in which
david_williams42f9b242006-11-27 18:45:14 +000081# build process will do its job
82# It is relative to the build.current
ndaib8cedc82005-09-13 18:00:32 +000083build.directory=workdir
84
david_williamsd3213742006-11-28 18:47:00 +000085# Set this to the relative path for the
86# directory that keeps the downloaded drivers (local repository)
87# It must be relative to the buildHome
88build.local.repository=downloads
david_williams42f9b242006-11-27 18:45:14 +000089
ndaib8cedc82005-09-13 18:00:32 +000090# This is the CVS Repository
91# that is used during the build process
92#
lmandel0e3b5fe2005-10-01 04:44:12 +000093cvsRoot=/cvsroot/webtools
ndaid7c6c4e2005-09-13 18:07:51 +000094cvsServer=dev.eclipse.org
david_williams42f9b242006-11-27 18:45:14 +000095cvsProtocol=ext
96cvsUser=david_williams
david_williams15480102006-09-02 03:58:16 +000097
david_williams22bd49b2006-11-28 09:17:14 +000098# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
99# using the JDT Compiler Adapter to compile.
100javacVerbose=true
101
ndai1a032ed2005-09-13 18:29:51 +0000102
103#############################################################
104# Other inline resolved properties
david_williams1cff0e92006-11-23 00:40:29 +0000105pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}
david_williams361b75a2006-01-10 19:56:39 +0000106# in 3.2 based builds, pde's directory no longer has version number
107#pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts
108pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts
david_williams1cff0e92006-11-23 00:40:29 +0000109buildDirectory=${env.BUILD_HOME}/${build.current}-${build.distribution}-${buildBranch}-${buildType}/${build.directory}
110pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}