blob: d19b6405beca8838113fb3304922e8918eaf7a59 [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_williamse2d8cb22007-06-13 01:18:56 +000035eclipse.builder.version=RC4_33
david_williamsfd416042007-02-17 21:04:52 +000036eclipse.builder.fetch=true
ndaib8cedc82005-09-13 18:00:32 +000037
david_williamsad323fe2007-05-02 06:23:54 +000038
david_williams42f9b242006-11-27 18:45:14 +000039archivesFormat=*,*,*-antZip
40
41# This parameter is specific to the compiler
42# being used (JDT Compiler, in our case).
43# 'showversion' causes the version of JDT Compiler to be
44# printed to the compiler log file.
david_williams0c366d32006-12-10 07:08:39 +000045#compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw
david_williams0b74c592007-04-09 06:11:35 +000046compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked
david_williams42f9b242006-11-27 18:45:14 +000047
david_williams0b74c592007-04-09 06:11:35 +000048logExtension=.xml
david_williams42f9b242006-11-27 18:45:14 +000049# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
50# using the JDT Compiler Adapter to compile.
51javacVerbose=true
52
53#############################################################
54
55
56# Set this to the relative path for the
57# directory to be use for the current build.
58# It must be relative to the build home
59# Final name will include the ditribution name and build type
60# e.g: build-wtp-I
61build.current=build
62
63
64# Set this to the relative path for the
65# directory to be use for the current test pass.
66# It must be relative to the build home
67# Final name will include the component and build type
68# e.g: test-wtp-I
69build.tests=test
70
71# Set this to the relative path for the
72# directory to be used for the peformance test.
73# It is relative to the build home.
74build.perf.tests=perf-current
ndaib8cedc82005-09-13 18:00:32 +000075
76# This is the directory in which eclipse driver
77# that will be used to compile the build will
78# be installed into it is relative to the build.current
79base.location=eclipse
80
81
david_williams22bd49b2006-11-28 09:17:14 +000082# This is the working directory in which
david_williams42f9b242006-11-27 18:45:14 +000083# build process will do its job
84# It is relative to the build.current
ndaib8cedc82005-09-13 18:00:32 +000085build.directory=workdir
86
david_williamsd3213742006-11-28 18:47:00 +000087# Set this to the relative path for the
88# directory that keeps the downloaded drivers (local repository)
89# It must be relative to the buildHome
90build.local.repository=downloads
david_williams42f9b242006-11-27 18:45:14 +000091
ndaib8cedc82005-09-13 18:00:32 +000092# This is the CVS Repository
93# that is used during the build process
94#
lmandel0e3b5fe2005-10-01 04:44:12 +000095cvsRoot=/cvsroot/webtools
ndaid7c6c4e2005-09-13 18:07:51 +000096cvsServer=dev.eclipse.org
david_williams42f9b242006-11-27 18:45:14 +000097cvsProtocol=ext
98cvsUser=david_williams
david_williams15480102006-09-02 03:58:16 +000099
david_williams22bd49b2006-11-28 09:17:14 +0000100# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
101# using the JDT Compiler Adapter to compile.
102javacVerbose=true
103
ndai1a032ed2005-09-13 18:29:51 +0000104
105#############################################################
106# Other inline resolved properties
david_williams1cff0e92006-11-23 00:40:29 +0000107pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}
david_williams54315a72007-02-14 22:50:44 +0000108# Beginning with 33M5, the startup.jar was removed. Currently, in basebuilder,
109# this launcher is provided without version number. If we ever move to use plain
110# eclipse, we'll need a bit of script find and rename (or set the variable).
111# to ever "go backwards" this one variable could be ${pde.builder.path}/startup.jar
112eclipse.launcher=${pde.builder.path}/plugins/org.eclipse.equinox.launcher.jar
113
114
david_williams361b75a2006-01-10 19:56:39 +0000115# in 3.2 based builds, pde's directory no longer has version number
116#pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts
117pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts
david_williams1cff0e92006-11-23 00:40:29 +0000118buildDirectory=${env.BUILD_HOME}/${build.current}-${build.distribution}-${buildBranch}-${buildType}/${build.directory}
119pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}