Rename config file, parameters, application name, package.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
##############################################################################
|
||||
##
|
||||
## mxisd start up script for UN*X
|
||||
## ma1sd start up script for UN*X
|
||||
##
|
||||
##############################################################################
|
||||
|
||||
@@ -21,10 +21,10 @@ while [ -h "$PRG" ] ; do
|
||||
done
|
||||
|
||||
APP_HOME=`dirname "$PRG"`
|
||||
APP_NAME="mxisd"
|
||||
APP_NAME="ma1sd"
|
||||
APP_BASE_NAME=`basename "$0"`
|
||||
|
||||
# Add default JVM options here. You can also use JAVA_OPTS and MXISD_OPTS to pass JVM options to this script.
|
||||
# Add default JVM options here. You can also use JAVA_OPTS and MA1SD_OPTS to pass JVM options to this script.
|
||||
DEFAULT_JVM_OPTS=""
|
||||
|
||||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||
@@ -61,7 +61,7 @@ case "`uname`" in
|
||||
;;
|
||||
esac
|
||||
|
||||
CLASSPATH=$APP_HOME/mxisd.jar
|
||||
CLASSPATH=$APP_HOME/ma1sd.jar
|
||||
|
||||
# Determine the Java command to use to start the JVM.
|
||||
if [ -n "$JAVA_HOME" ] ; then
|
||||
@@ -158,7 +158,7 @@ for s in "${@}" ; do
|
||||
done
|
||||
|
||||
# Collect JVM options
|
||||
JVM_OPTS=$DEFAULT_JVM_OPTS" "$JAVA_OPTS" "$MXISD_OPTS
|
||||
JVM_OPTS=$DEFAULT_JVM_OPTS" "$JAVA_OPTS" "$MA1SD_OPTS
|
||||
|
||||
# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
|
||||
if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
|
||||
Reference in New Issue
Block a user