SHA256
1
0
forked from pool/tomcat
2019-04-15 13:54:16 +00:00
committed by Git OBS Bridge
parent 2ca43c3758
commit faa49568d9
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 Tue Feb 19 17:22:16 UTC 2019 - malbu@suse.com

View File

@@ -295,9 +295,9 @@ ant -Dbase.path="." \
-Dtomcat-native.home="." \ -Dtomcat-native.home="." \
-Dcommons-daemon.native.win.mgr.exe="HACK" \ -Dcommons-daemon.native.win.mgr.exe="HACK" \
-Dnsis.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)" \ -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-pool.home="$(build-classpath commons-pool2)" \
-Dcommons-dbcp.home="$(build-classpath commons-dbcp2)" \ -Dcommons-dbcp.home="$(build-classpath commons-dbcp2)" \
-Dno.build.dbcp=true \ -Dno.build.dbcp=true \