blob: 5496fb964ec7318069e2aa06dcd12f2c13978a63 [file] [log] [blame]
david_williams42f9b242006-11-27 18:45:14 +00001#!/bin/sh
2
3# Note: if "local" users have this file first in their path, then
4# the bash shell's "include source" function will find that paths version
david_williams6afd2662007-08-20 06:43:52 +00005# first, instead of this "standard" one which is for the
6# production Eclipse builds.
david_williams42f9b242006-11-27 18:45:14 +00007
8# this file is intentionally named "shsource" to denote this is intended to
9# be included in other sh files, with "source" command, not
10# executed on its own.
11
12
13export BUILD_HOME=/shared/webtools
14
15export DISPLAY=127.0.0.1:1.0
16
17export JAVA_4_DIR="IBMJava2-ppc-142"
18export JAVA_5_DIR="ibm-java2-ppc-50"
david_williams7d381042007-03-24 05:05:12 +000019export ANT_DIR="apache-ant-1.7.0"
david_williams6afd2662007-08-20 06:43:52 +000020export CC_DIR_NAME="cruisecontrol-bin-2.7.1-RC3"
david_williams42f9b242006-11-27 18:45:14 +000021
22export BASEOS=linux
23export BASEWS=gtk
24export BASEARCH=ppc
25
26# no local build properties, for production builds
27export LOCAL_BUILD_PROPERTIES_DIR=
28
david_williamse997dab2006-11-29 03:52:45 +000029export STANDARD_PROPERTIES_DIR=${BUILD_HOME}/releng.control/standardMachineProperties
david_williams42f9b242006-11-27 18:45:14 +000030
31export BUILD_BUILDMASTER_EMAIL=wtpBuild@eclipse.org
david_williams6afd2662007-08-20 06:43:52 +000032export BUILD_RETURN_NAME=wtpBuild
david_williamsa33db8f2006-11-27 23:36:51 +000033export BUILD_RESULT_URL=http://build.eclipse.org:7777/cruisecontrol/buildresults
david_williams6afd2662007-08-20 06:43:52 +000034export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com
david_williams42f9b242006-11-27 18:45:14 +000035
david_williams2a12be02007-07-20 03:56:35 +000036# for builds on local machines, SKIPUSERS should be 'true' to avoid
37# notifying users about those builds on your local machine
david_williams13d378c2007-08-22 04:04:54 +000038export SKIPUSERS=false
39
40# normally, cvs logging output can be "really quiet", but if problems, then it can be turned back on
41# to get more potentially diagnostic information
42export CVS_QUIET=true
43export CVS_REALLY_QUIET=true