Commit 7c3c98c5 authored by Andrew Wright's avatar Andrew Wright Committed by andrew

now sets to MESSENGER_OPTS messengerHome and messenger.lib.dir


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@641 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6766adb0
......@@ -58,6 +58,8 @@ if [ -z "$MESSENGER_HOME" -o ! -d "$MESSENGER_HOME" ]; then
#make it fully qualified
MESSENGER_HOME=`cd "$MESSENGER_HOME" && pwd`
fi
MESSENGER_OPTS="${MESSENGER_OPTS} -DmessengerHome=${MESSENGER_HOME}"
# For Cygwin, ensure paths are in UNIX format before anything is touched
if $cygwin ; then
......@@ -69,6 +71,7 @@ fi
#set the MESSENGER_LIB location
MESSENGER_LIB="${MESSENGER_HOME}/lib"
MESSENGER_OPTS="${MESSENGER_OPTS} -Dmessenger.lib.dir=${MESSENGER_LIB}"
if [ -z "$JAVACMD" ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment