Accepting request 694541 from Java:packages

Fix build against upcoming geronimo-specs

OBS-URL: https://build.opensuse.org/request/show/694541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=51
This commit is contained in:
Dominique Leuenberger 2019-04-18 11:54:26 +00:00 committed by Git OBS Bridge
commit 76b6967707
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 15 13:53:30 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Build classpath directly with the geronimo jars instead of with
symlinks to them
-------------------------------------------------------------------
Tue Feb 19 17:22:16 UTC 2019 - malbu@suse.com

View File

@ -295,9 +295,9 @@ ant -Dbase.path="." \
-Dtomcat-native.home="." \
-Dcommons-daemon.native.win.mgr.exe="HACK" \
-Dnsis.exe="HACK" \
-Djaxrpc-lib.jar="$(build-classpath jaxrpc)" \
-Djaxrpc-lib.jar="$(build-classpath geronimo-jaxrpc-1.1-api)" \
-Dwsdl4j-lib.jar="$(build-classpath wsdl4j)" \
-Dsaaj-api.jar="$(build-classpath geronimo-saaj-1_1-api)" \
-Dsaaj-api.jar="$(build-classpath geronimo-saaj-1.1-api)" \
-Dcommons-pool.home="$(build-classpath commons-pool2)" \
-Dcommons-dbcp.home="$(build-classpath commons-dbcp2)" \
-Dno.build.dbcp=true \