Author: nigel
Date: Tue Jan  4 22:06:59 2011
New Revision: 1055203

URL: http://svn.apache.org/viewvc?rev=1055203&view=rev
Log:
Remove JAVA5 variable now that it is no longer needed for Forrest doc builds.

Modified:
    hadoop/nightly/hudsonBuildHadoopNightly.sh

Modified: hadoop/nightly/hudsonBuildHadoopNightly.sh
URL: 
http://svn.apache.org/viewvc/hadoop/nightly/hudsonBuildHadoopNightly.sh?rev=1055203&r1=1055202&r2=1055203&view=diff
==============================================================================
--- hadoop/nightly/hudsonBuildHadoopNightly.sh (original)
+++ hadoop/nightly/hudsonBuildHadoopNightly.sh Tue Jan  4 22:06:59 2011
@@ -6,7 +6,6 @@ FINDBUGS_HOME=$3
 CLOVER_HOME=$4
 PYTHON_HOME=$5
 ECLIPSE_HOME=$6
-JAVA5_HOME=$7
 ### BUILD_ID is set by Hudson
 
 ### setup build environment
@@ -17,7 +16,7 @@ TRUNK=`pwd`/trunk
 cd $TRUNK
 
 ### run this first before instrumenting classes
-$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Declipse.home=$ECLIPSE_HOME 
-Dfindbugs.home=$FINDBUGS_HOME -Djava5.home=$JAVA5_HOME 
-Dforrest.home=$FORREST_HOME -Dcompile.c++=true -Dcompile.native=true clean 
create-c++-configure tar findbugs
+$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Declipse.home=$ECLIPSE_HOME 
-Dfindbugs.home=$FINDBUGS_HOME -Dforrest.home=$FORREST_HOME -Dcompile.c++=true 
-Dcompile.native=true clean create-c++-configure tar findbugs
 RESULT=$?
 
 ### exit early if previous build fails


Reply via email to