david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 1 | #!/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 | |
| 12 | export BUILD_HOME=/home/shared/webtools |
| 13 | |
| 14 | #export DISPLAY=127.0.0.1:1. |
| 15 | |
| 16 | JAVA_4_DIR="j2sdk1.4.2_11" |
| 17 | JAVA_5_DIR="jdk1.5.0_09" |
| 18 | ANT_DIR="apache-ant-1.7.0RC1" |
| 19 | |
| 20 | export BASEOS=linux |
| 21 | export BASEWS=gtk |
| 22 | export BASEARCH=x86 |
| 23 | |
| 24 | |
| 25 | export LOCAL_BUILD_PROPERTIES_DIR=${BUILD_HOME}/localBuildProperties |
| 26 | |
| 27 | # technically should not be needed for "local builds" ... but ... just in case. |
| 28 | export STANDARD_PROPERTIES_DIR=${BUILD_HOME}/releng.control/standardMachineProperties |
| 29 | |
| 30 | export BUILD_BUILDMASTER_EMAIL=davidw@davidw.com |
| 31 | export BUILD_RESULT_URL=http://davidw.com:7777/cruisecontrol/buildresults |
| 32 | export BUILD_TOADDRESS=david_williams@us.ibm.com |
| 33 | |