[portal-commits] JBoss Portal SVN: r5824 - trunk

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Dec 13 09:28:43 EST 2006


Author: thomas.heute at jboss.com
Date: 2006-12-13 09:28:42 -0500 (Wed, 13 Dec 2006)
New Revision: 5824

Removed:
   trunk/build.sh
Log:
oups

Deleted: trunk/build.sh
===================================================================
--- trunk/build.sh	2006-12-13 14:28:35 UTC (rev 5823)
+++ trunk/build.sh	2006-12-13 14:28:42 UTC (rev 5824)
@@ -1,49 +0,0 @@
-#!/bin/sh
-##
-##  Invokes a script of the same name in the 'tools' module.
-##  
-##  The 'tools' module is expected to be a peer directory of the directory
-##  in which this script lives.
-##
-##  @author Jason Dillon <jason at planet57.com>
-##
-
-# $Id: build.sh 2 2005-01-14 23:01:32 +0000 (Fri, 14 Jan 2005) vietj $
-
-PROGNAME=`basename $0`
-DIRNAME=`dirname $0`
-
-# Buss it yo
-main() {
-    if [ "x$TOOLS_ROOT" = "x" ]; then
-	TOOLS_ROOT=`cd $DIRNAME/../tools && pwd`
-    fi
-
-    MODULE_ROOT=`cd $DIRNAME; pwd`
-    export TOOLS_ROOT MODULE_ROOT DEBUG TRACE
-
-    # Where is the target script?
-    target="$TOOLS_ROOT/bin/$PROGNAME"
-    if [ ! -f "$target" ]; then
-	echo "${PROGNAME}: *ERROR* The target executable does not exist:"
-        echo "${PROGNAME}:"
-        echo "${PROGNAME}:    $target"
-        echo "${PROGNAME}:"
-	echo "${PROGNAME}: Please make sure you have checked out the 'tools' module"
-	echo "${PROGNAME}: and make sure it is up to date."
-        exit 2
-    fi
-
-    # Get busy yo!
-    if [ "x$DEBUG" != "x" ]; then
-	echo "${PROGNAME}: Executing: /bin/sh $target $@"
-    fi
-    if [ "x$TRACE" = "x" ]; then
-	exec /bin/sh $target "$@"
-    else
-	exec /bin/sh -x $target "$@"
-    fi
-}
-
-# Lets get ready to rumble!
-main "$@"




More information about the portal-commits mailing list