blob: d07e0454e04e36469bcc0a279535a999ed47b652 [file] [log] [blame]
david_williams42f9b242006-11-27 18:45:14 +00001#!/bin/sh
2
3# This particular file is not used in production builds,
4# though there is a similar one (with same name) in main
5# directory that is.
6
7# If "local" users have this file on their path,
8# that is, in "someDirectory" on the users local path,
9# then the bash "include source" function will find that version
10# first, instead of the "standard" eclipse ppc one.
11
12export BUILD_HOME=/home/shared/webtools
13
14#export DISPLAY=127.0.0.1:1.
15
16JAVA_4_DIR="j2sdk1.4.2_11"
17JAVA_5_DIR="jdk1.5.0_09"
18ANT_DIR="apache-ant-1.7.0RC1"
19
20export BASEOS=linux
21export BASEWS=gtk
22export BASEARCH=x86
23
24
25export LOCAL_BUILD_PROPERTIES_DIR=${BUILD_HOME}/localBuildProperties
26
27# technically should not be needed for "local builds" ... but ... just in case.
28export STANDARD_PROPERTIES_DIR=${BUILD_HOME}/releng.control/standardMachineProperties
29
30export BUILD_BUILDMASTER_EMAIL=davidw@davidw.com
31export BUILD_RESULT_URL=http://davidw.com:7777/cruisecontrol/buildresults
32export BUILD_TOADDRESS=david_williams@us.ibm.com
33