blob: 6e6ae5d6a184f39a61567a9631ee0995de6d316d [file] [log] [blame]
#########################################################################
#
# WTP BUILD PROPERTIES
# Created by: Naci Dai, Eteration A.S.
#########################################################################
mapVersionTag=HEAD
buildType=I
build.trial=true
baseos=linux
basews=gtk
#basearch=x86
basearch=ppc
# Set this to the relative path for the
# directory to be use for the current build.
# It must be relative to the buildHome
# Final name will include the component and build type
# e.g: build-wtp-I
build.current=build
# Set this to the relative path for the
# directory that keeps the downloaded drivers (local repository)
# It must be relative to the buildHome
build.local.repository=downloads
# Set this to the relative path for the
# directory to be use for the current test pass.
# It must be relative to the buildHome
# Final name will include the component and build type
# e.g: test-wtp-I
build.tests=test
# Set this to the relative path for the
# directory to be use for the current peformance test pass.
# It must be relative to the buildHome
build.perf.tests=perf-current
# Set this property to the name of the component to build
# i.e. wtp, jsf, ejb3.0, docs
build.distribution=wtp
# javacFailOnError must be false otherwise the
# build will terminated at the first compile error
javacFailOnError=false
javacDebugInfo=true
##################################################
# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
# using the JDT Compiler Adapter to compile.
javacVerbose=true
# This is the eclipse releng driver
# It is only used to drive the build process
# it must be relative to the buildHome
#
#
# in 3.2 based builds, this version is no longer appended to
# pde builder directory name.
#eclipse.base.version=3.1.0
eclipse.builder=org.eclipse.releng.basebuilder
#eclipse.builder.version=r311_vM20050914-1235
#eclipse.builder.version=vI20051215-1506
#eclipse.builder.version=vI20060210-1640
eclipse.builder.version=M3_33
eclipse.builder.fetch=true
# This is the directory in which eclipse driver
# that will be used to compile the build will
# be installed into it is relative to the build.current
base.location=eclipse
# This is the working directory in which wtp
# build process will do its job
# It is relative to the build.current
build.directory=workdir
# This is the CVS Repository
# that is used during the build process
#
cvsRoot=/cvsroot/webtools
cvsServer=dev.eclipse.org
cvsProtocol=pserver
cvsUser=anonymous
# needs to be valid committer id, and ext to tag (non trial) builds
mapVersionTag=HEAD
mapCvsProtocol=pserver
mapCvsUser=anonymous
# This is the directory where a local
# copy of the latest build artifacts
# are stored for backup
# Relative to the build home
#
local.publish=publish
archivesFormat=*,*,*-antZip
# This parameter is specific to the compiler
# being used (JDT Compiler, in our case).
# 'showversion' causes the version of JDT Compiler to be
# printed to the compiler log file.
compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw
##################################################
# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
# using the JDT Compiler Adapter to compile.
javacVerbose=true
#############################################################
# Other inline resolved properties
pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}
# in 3.2 based builds, pde's directory no longer has version number
#pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts
pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts
buildDirectory=${env.BUILD_HOME}/${build.current}-${build.distribution}-${buildBranch}-${buildType}/${build.directory}
pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder}
builder=${basedir}/components/${component}