blob: d41740096d216fdbd8199a0125d8cd15d3556c82 [file] [log] [blame]
#
# The folder under which the installation will take place
# i.e. build.home=c:/wtp-dev
build.home=C:/nmd/dev/build-home
#
# The folder under which the downloaded drivers are kept.
# It must be relative to build.home
# i.e. build.drivers=downloads
# The absolute path would have been c:/wtp-dev/downloads
build.drivers=downloads
#URL to WTP zip to be downloaded
wtpURL=http://download.eclipse.org/webtools/downloads/drops/S-0.7RC1-200507150303/wtp-sdk-0.7RC1.zip
wtpFile=wtp-sdk-0.7RC1.zip
#
# There is no need to change these but
# they can be
#
build.current=target
buildType=S07RC1
#
# This is the absolute path to the org.eclipse.wtp.releng
# component that you checked out from CVS. No need to change it.
#
releng=../../../releng
releng.builder=../..