mirror of https://github.com/apache/maven.git
remove redundant vars
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170490 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bfad4bb462
commit
92780b9511
|
@ -112,8 +112,6 @@ if [ -z "$JAVA_HOME" ] ; then
|
||||||
echo "Warning: JAVA_HOME environment variable is not set."
|
echo "Warning: JAVA_HOME environment variable is not set."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLASSWORLDS_JAR=${M2_HOME}/core/boot/classworlds-*.jar
|
|
||||||
CLASSWORLDS_CONF=${M2_HOME}/bin/m2.conf
|
|
||||||
CLASSWORLDS_LAUNCHER=org.codehaus.classworlds.Launcher
|
CLASSWORLDS_LAUNCHER=org.codehaus.classworlds.Launcher
|
||||||
|
|
||||||
# For Cygwin, switch paths to Windows format before running java
|
# For Cygwin, switch paths to Windows format before running java
|
||||||
|
|
Loading…
Reference in New Issue