Author: kentam Date: Sat Oct 30 18:58:33 2004 New Revision: 56107 Added: incubator/beehive/branches/v1/alpha/user/beehiveUser.sh (contents, props changed) Log: BEEHIVE-39: need beehiveUser.sh script
Added: incubator/beehive/branches/v1/alpha/user/beehiveUser.sh ============================================================================== --- (empty file) +++ incubator/beehive/branches/v1/alpha/user/beehiveUser.sh Sat Oct 30 18:58:33 2004 @@ -0,0 +1,20 @@ +#!/bin/sh + +# +# Customize this file based on where you install various 3rd party components +# such as the JDK, Ant and Tomcat. +# + +# the root of Beehive distribution +export [EMAIL PROTECTED]@ + +# location of a JDK +export [EMAIL PROTECTED]@ + +# location of Ant +export [EMAIL PROTECTED]@ + +# location of Tomcat +export [EMAIL PROTECTED]@ + +export PATH=$PATH:$JAVA_HOME/bin:$ANT_HOME/bin
