Skip to content
Snippets Groups Projects
Commit 6afd2664 authored by david_williams's avatar david_williams
Browse files

minor fixes/improvements

parent 27a0d822
No related branches found
No related tags found
No related merge requests found
......@@ -59,11 +59,12 @@
<email
mailhost="localhost"
returnaddress="${env.BUILD_BUILDMASTER_EMAIL}"
returnname="${env.BUILD_RETURN_NAME}"
skipusers="${env.SKIPUSERS}"
subjectprefix="[${project.name}]"
spamwhilebroken="false"
buildresultsurl="${env.BUILD_RESULT_URL}/${project.name}">
<always address="${env.BUILD_TOADDRESS}" />
<always address="${env.BUILD_ALWAYS_TO_ADDRESS}" />
</email>
</publishers>
</plugin>
......
......@@ -2,7 +2,8 @@
# Note: if "local" users have this file first in their path, then
# the bash shell's "include source" function will find that paths version
# first, instead of this "standard" eclipse ppc one.
# first, instead of this "standard" one which is for the
# production Eclipse builds.
# this file is intentionally named "shsource" to denote this is intended to
# be included in other sh files, with "source" command, not
......@@ -16,7 +17,7 @@ export DISPLAY=127.0.0.1:1.0
export JAVA_4_DIR="IBMJava2-ppc-142"
export JAVA_5_DIR="ibm-java2-ppc-50"
export ANT_DIR="apache-ant-1.7.0"
export CC_DIR_NAME="cruisecontrol-bin-2.7"
export CC_DIR_NAME="cruisecontrol-bin-2.7.1-RC3"
export BASEOS=linux
export BASEWS=gtk
......@@ -28,8 +29,9 @@ export LOCAL_BUILD_PROPERTIES_DIR=
export STANDARD_PROPERTIES_DIR=${BUILD_HOME}/releng.control/standardMachineProperties
export BUILD_BUILDMASTER_EMAIL=wtpBuild@eclipse.org
export BUILD_RETURN_NAME=wtpBuild
export BUILD_RESULT_URL=http://build.eclipse.org:7777/cruisecontrol/buildresults
export BUILD_TOADDRESS=david_williams@us.ibm.com
export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com
# for builds on local machines, SKIPUSERS should be 'true' to avoid
# notifying users about those builds on your local machine
......
......@@ -16,10 +16,10 @@ export DISPLAY=127.0.0.1:0
# remember to check virtual display with
# ps -ef | grep Xvfb
JAVA_4_DIR="j2sdk1.4.2_11"
JAVA_4_DIR="j2sdk1.4.2_15"
JAVA_5_DIR="jdk1.5.0_09"
ANT_DIR="apache-ant-1.7.0"
export CC_DIR_NAME="cruisecontrol-bin-2.7"
export CC_DIR_NAME="cruisecontrol-bin-2.7.1-RC3"
export BASEOS=linux
export BASEWS=gtk
......@@ -31,9 +31,10 @@ export LOCAL_BUILD_PROPERTIES_DIR=${BUILD_HOME}/localBuildProperties
# technically should not be needed for "local builds" ... but ... just in case.
export STANDARD_PROPERTIES_DIR=${BUILD_HOME}/releng.control/standardMachineProperties
export BUILD_BUILDMASTER_EMAIL=davidw@davidw.com
export BUILD_RESULT_URL=http://davidw.com:7777/cruisecontrol/buildresults
export BUILD_TOADDRESS=david_williams@us.ibm.com
export BUILD_BUILDMASTER_EMAIL=davidw@davidw.raleigh.ibm.com
export BUILE_RETURN_NAME=davidwAtWork
export BUILD_RESULT_URL=http://davidw.raleigh.ibm.com:7777/cruisecontrol/buildresults
export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com
# for builds on local machines, SKIPUSERS should be 'true' to avoid
# notifying users about those builds on your local machine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment