Accepting request 666520 from home:mateialbu:branches:home:mateialbu:branches:Java:packages

- Fix tomcat-tool-wrapper classpath error (bsc#1120745)

OBS-URL: https://build.opensuse.org/request/show/666520
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=143
This commit is contained in:
Matei Albu 2019-01-16 17:15:30 +00:00 committed by Git OBS Bridge
parent 1281862736
commit f1a3bfce65
2 changed files with 6 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export CLASSPATH
MAIN_CLASS="org.apache.catalina.startup.Tool"
BASE_OPTIONS=""
BASE_FLAGS="-Dcatalina.home=\"$CATALINA_HOME\""
BASE_JARS="commons-daemon tomcat/catalina servlet"
BASE_JARS="commons-daemon tomcat/catalina tomcat/servlet"
# Set parameters
set_classpath $BASE_JARS

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 16 17:05:36 UTC 2019 - malbu@suse.com
- Fix tomcat-tool-wrapper classpath error (bsc#1120745)
-------------------------------------------------------------------
Fri Jan 11 15:46:43 UTC 2019 - malbu@suse.com