blob: 3084c158e098b728806325aba096ac20aea2e20f [file] [log] [blame]
#########################################################################
#
# WTP BUILD PROPERTIES
# Created by: Naci Dai, Eteration A.S.
#########################################################################
# Set this to the absolute path of the home
# directory where build setup files such as
# eclipse releng base builder and cache for
# previosly downloaded drivers/libs are found
# Use posis syntax, i.e. / forward slashes
# For automated builds this property is overriden
# by the driving ant script using vmargs such as
# -DbuildHome=/home/build-home
build.home=c\:/build-home
# Set this to the relative path for the
# directory to be use for the current build.
# It must be relative to the buildHome
build.current=build-current
# Set this to the relative path for the
# directory that keeps the downloaded drivers
# It must be relative to the buildHome
build.drivers=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
build.tests=test-current
# 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 to the relative path for the
# directory that keep cloudscape libs.
# It must be relative to the buildHome
cloudscapeLib=derby/lib
# These properties determine the type
# of the build (Nightly, Integration, Release etc.)
# and its ID. If a buildId is not provided
# it is automatically calculated as a timestamp
# For automated builds these property are overriden
# by the driving ant script using vmargs such as
# -DbuildType=I
# -DbuildId=1.0M4
#buildType=S
#buildId=1.0M1
buildType=N
# javacFailOnError must be false otherwise the
# build will terminated at the first compile error
# javacVerbose must be true otherwise the compile
# logs will be empty
javacFailOnError=false
javacVerbose=true
# This is the eclipse releng driver
# It is only used to drive the build process
# it must be relative to the buildHome
eclipse.builder=org.eclipse.releng.basebuilder
# 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=/home/webtools
cvsServer=dev.eclipse.org
cvsProtocol=pserver
cvsUser=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