Author: jfrederic.clere(a)jboss.com
Date: 2011-06-22 11:11:45 -0400 (Wed, 22 Jun 2011)
New Revision: 2796
Modified:
trunk/build/unix/util/jbossweb/build.sh
Log:
Add the download of the binaries.
Modified: trunk/build/unix/util/jbossweb/build.sh
===================================================================
--- trunk/build/unix/util/jbossweb/build.sh 2011-06-22 15:09:24 UTC (rev 2795)
+++ trunk/build/unix/util/jbossweb/build.sh 2011-06-22 15:11:45 UTC (rev 2796)
@@ -33,15 +33,8 @@
export build_top
force_64=false
-#
-# Read local machine parameters.
-TMPROOTBASE=/tmp
-IPLOCAL=localhost
-if [ -f $HOME/jbossnative.`uname -n` ]; then
- . $HOME/jbossnative.`uname -n`
-fi
-export TMPROOTBASE
-export IPLOCAL
+# Get the binaries
+./files.sh
while [ "x" != "x$1" ]
do
Show replies by date