Remove whitespace (#22)

This commit is contained in:
Tadaya Tsuyukubo 2016-05-03 12:21:06 -07:00 committed by rfscholte
parent 7589e43f57
commit b1564e34aa
1 changed files with 5 additions and 6 deletions

11
maven-wrapper/mvnw vendored
View File

@ -57,27 +57,27 @@ case "`uname`" in
# #
# Look for the Apple JDKs first to preserve the existing behaviour, and then look # Look for the Apple JDKs first to preserve the existing behaviour, and then look
# for the new JDKs provided by Oracle. # for the new JDKs provided by Oracle.
# #
if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ; then if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ; then
# #
# Apple JDKs # Apple JDKs
# #
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
fi fi
if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then
# #
# Apple JDKs # Apple JDKs
# #
export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home
fi fi
if [ -z "$JAVA_HOME" ] && [ -L "/Library/Java/JavaVirtualMachines/CurrentJDK" ] ; then if [ -z "$JAVA_HOME" ] && [ -L "/Library/Java/JavaVirtualMachines/CurrentJDK" ] ; then
# #
# Oracle JDKs # Oracle JDKs
# #
export JAVA_HOME=/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home export JAVA_HOME=/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home
fi fi
if [ -z "$JAVA_HOME" ] && [ -x "/usr/libexec/java_home" ]; then if [ -z "$JAVA_HOME" ] && [ -x "/usr/libexec/java_home" ]; then
# #
@ -221,7 +221,7 @@ if $cygwin; then
MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"` MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"`
fi fi
# Provide a "standardized" way to retrieve the CLI args that will # Provide a "standardized" way to retrieve the CLI args that will
# work with both Windows and non-Windows executions. # work with both Windows and non-Windows executions.
MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@" MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
export MAVEN_CMD_LINE_ARGS export MAVEN_CMD_LINE_ARGS
@ -234,4 +234,3 @@ exec "$JAVACMD" \
-classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \ -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \
"-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \ "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \
${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@" ${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@"