From faa49568d94993c8a4355e5f9e453c15a5fe0b1b8d9ba5fb664496db17647c21 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 15 Apr 2019 13:54:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=159 --- tomcat.changes | 6 ++++++ tomcat.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tomcat.changes b/tomcat.changes index 9b605ac..1b7804b 100644 --- a/tomcat.changes +++ b/tomcat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 15 13:53:30 UTC 2019 - Fridrich Strba + +- Build classpath directly with the geronimo jars instead of with + symlinks to them + ------------------------------------------------------------------- Tue Feb 19 17:22:16 UTC 2019 - malbu@suse.com diff --git a/tomcat.spec b/tomcat.spec index a82a600..1040be9 100644 --- a/tomcat.spec +++ b/tomcat.spec @@ -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 \