blob: 8a0105acec7dd6d153525e7a5f1a7057ad43d963 [file] [log] [blame]
ndaib8cedc82005-09-13 18:00:32 +00001
david_williams0c366d32006-12-10 07:08:39 +00002# comment out, if you want tests to run
3# skipUnitTests=yes
4
ndaib8cedc82005-09-13 18:00:32 +00005mapVersionTag=HEAD
6buildType=I
ndaib8cedc82005-09-13 18:00:32 +00007build.distribution=wtp
8
9
david_williams22bd49b2006-11-28 09:17:14 +000010relengroot=
11releng=releng
jlanuti9eb781e2007-04-17 15:02:42 +000012releng.wtpbuilder=releng.wtpbuilder
david_williams22bd49b2006-11-28 09:17:14 +000013
david_williams42f9b242006-11-27 18:45:14 +000014# javacFailOnError must be false otherwise the
15# build will terminated at the first compile error
ndaib8cedc82005-09-13 18:00:32 +000016javacFailOnError=false
ndaib8cedc82005-09-13 18:00:32 +000017javacDebugInfo=true
18
david_williams42f9b242006-11-27 18:45:14 +000019# Asks the compiler for verbose output. This should be set
20# to true in order for *.bin.log files to be generated when
21# using the JDT Compiler Adapter to compile.
david_williams15480102006-09-02 03:58:16 +000022javacVerbose=true
23
24
ndaib8cedc82005-09-13 18:00:32 +000025# This is the eclipse releng driver
26# It is only used to drive the build process
david_williams42f9b242006-11-27 18:45:14 +000027# it must be relative to the build home
david_williams361b75a2006-01-10 19:56:39 +000028#
29#
30# in 3.2 based builds, this version is no longer appended to
31# pde builder directory name.
32#eclipse.base.version=3.1.0
33
ndaib8cedc82005-09-13 18:00:32 +000034eclipse.builder=org.eclipse.releng.basebuilder
david_williams3237bbd2006-01-10 18:36:56 +000035#eclipse.builder.version=r311_vM20050914-1235
david_williams47730622006-02-13 04:29:04 +000036#eclipse.builder.version=vI20051215-1506
david_williams5a86f482006-02-22 20:37:22 +000037#eclipse.builder.version=vI20060210-1640
david_williamsef071162007-02-24 03:20:24 +000038#eclipse.builder.version=v20070215
david_williams8c74da22007-03-21 15:42:15 +000039#eclipse.builder.version=M5_33
david_williams0b74c592007-04-09 06:11:35 +000040#eclipse.builder.version=v20070321
david_williams6a725772007-05-02 05:53:08 +000041eclipse.builder.version=v20070321b
david_williamsfd416042007-02-17 21:04:52 +000042eclipse.builder.fetch=true
ndaib8cedc82005-09-13 18:00:32 +000043
david_williamsad323fe2007-05-02 06:23:54 +000044
david_williams42f9b242006-11-27 18:45:14 +000045archivesFormat=*,*,*-antZip
46
47# This parameter is specific to the compiler
48# being used (JDT Compiler, in our case).
49# 'showversion' causes the version of JDT Compiler to be
50# printed to the compiler log file.
david_williams0c366d32006-12-10 07:08:39 +000051#compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw
david_williams0b74c592007-04-09 06:11:35 +000052compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked
david_williams42f9b242006-11-27 18:45:14 +000053
david_williams0b74c592007-04-09 06:11:35 +000054logExtension=.xml
david_williams42f9b242006-11-27 18:45:14 +000055# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
56# using the JDT Compiler Adapter to compile.
57javacVerbose=true
58
59#############################################################
60
61
62# Set this to the relative path for the
63# directory to be use for the current build.
64# It must be relative to the build home
65# Final name will include the ditribution name and build type
66# e.g: build-wtp-I
67build.current=build
68
69
70# Set this to the relative path for the
71# directory to be use for the current test pass.
72# It must be relative to the build home
73# Final name will include the component and build type
74# e.g: test-wtp-I
75build.tests=test
76
77# Set this to the relative path for the
78# directory to be used for the peformance test.
79# It is relative to the build home.
80build.perf.tests=perf-current
ndaib8cedc82005-09-13 18:00:32 +000081
82# This is the directory in which eclipse driver
83# that will be used to compile the build will
84# be installed into it is relative to the build.current
85base.location=eclipse
86
87
david_williams22bd49b2006-11-28 09:17:14 +000088# This is the working directory in which
david_williams42f9b242006-11-27 18:45:14 +000089# build process will do its job
90# It is relative to the build.current
ndaib8cedc82005-09-13 18:00:32 +000091build.directory=workdir
92
david_williamsd3213742006-11-28 18:47:00 +000093# Set this to the relative path for the
94# directory that keeps the downloaded drivers (local repository)
95# It must be relative to the buildHome
96build.local.repository=downloads
david_williams42f9b242006-11-27 18:45:14 +000097
ndaib8cedc82005-09-13 18:00:32 +000098# This is the CVS Repository
99# that is used during the build process
100#
lmandel0e3b5fe2005-10-01 04:44:12 +0000101cvsRoot=/cvsroot/webtools
ndaid7c6c4e2005-09-13 18:07:51 +0000102cvsServer=dev.eclipse.org
david_williams42f9b242006-11-27 18:45:14 +0000103cvsProtocol=ext
104cvsUser=david_williams
david_williams15480102006-09-02 03:58:16 +0000105
david_williams22bd49b2006-11-28 09:17:14 +0000106# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
107# using the JDT Compiler Adapter to compile.
108javacVerbose=true
109
ndai1a032ed2005-09-13 18:29:51 +0000110
111#############################################################
112# Other inline resolved properties
david_williams1cff0e92006-11-23 00:40:29 +0000113pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}
david_williams54315a72007-02-14 22:50:44 +0000114# Beginning with 33M5, the startup.jar was removed. Currently, in basebuilder,
115# this launcher is provided without version number. If we ever move to use plain
116# eclipse, we'll need a bit of script find and rename (or set the variable).
117# to ever "go backwards" this one variable could be ${pde.builder.path}/startup.jar
118eclipse.launcher=${pde.builder.path}/plugins/org.eclipse.equinox.launcher.jar
119
120
david_williams361b75a2006-01-10 19:56:39 +0000121# in 3.2 based builds, pde's directory no longer has version number
122#pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts
123pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts
david_williams1cff0e92006-11-23 00:40:29 +0000124buildDirectory=${env.BUILD_HOME}/${build.current}-${build.distribution}-${buildBranch}-${buildType}/${build.directory}
125pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}