Skip to content
Snippets Groups Projects
Commit 50c58558 authored by david_williams's avatar david_williams
Browse files

257813 we should update to cruisecontrol 2.8

parent 55e1d3cc
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ fi ...@@ -26,7 +26,7 @@ fi
# Note: this must be Java 4, for now, for "customizeAccessRules" # Note: this must be Java 4, for now, for "customizeAccessRules"
# to work. I'll recompile it for Java 5 eventually, but it causes # to work. I'll recompile it for Java 5 eventually, but it causes
# a problem, and a problem only on PPC machine/VM. # a problem, and a problem only on PPC machine/VM.
export JAVA_HOME=${JAVA_5_HOME} export JAVA_HOME=${JAVA_4_HOME}
ANT_CMD="${ANT_HOME}/bin/ant" ANT_CMD="${ANT_HOME}/bin/ant"
exec "$ANT_CMD" "$@" exec "$ANT_CMD" "$@"
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