mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-05 03:40:56 +01:00
Simplify error prone classpath details
This commit is contained in:
@@ -95,7 +95,7 @@ then
|
||||
REPO="$BASEDIR"/lib
|
||||
fi
|
||||
|
||||
CLASSPATH=$CLASSPATH_PREFIX:"$BASEDIR"/conf:"$REPO"/scm-server-2.0.0-SNAPSHOT.jar:"$REPO"/commons-daemon-1.2.2.jar:"$REPO"/jetty-server-9.4.28.v20200408.jar:"$REPO"/javax.servlet-api-3.1.0.jar:"$REPO"/jetty-http-9.4.28.v20200408.jar:"$REPO"/jetty-io-9.4.28.v20200408.jar:"$REPO"/jetty-webapp-9.4.28.v20200408.jar:"$REPO"/jetty-xml-9.4.28.v20200408.jar:"$REPO"/jetty-servlet-9.4.28.v20200408.jar:"$REPO"/jetty-security-9.4.28.v20200408.jar:"$REPO"/jetty-jmx-9.4.28.v20200408.jar:"$REPO"/jetty-util-9.4.28.v20200408.jar
|
||||
CLASSPATH=$CLASSPATH_PREFIX:"$BASEDIR"/conf:"$REPO"/*
|
||||
|
||||
# For Cygwin, switch paths to Windows format before running java
|
||||
if $cygwin; then
|
||||
|
||||
Reference in New Issue
Block a user