2019-04-15 13:39:00 +00:00
committed by Fridrich Štrba
parent 62ecb4f3db
commit e77c0bba4b
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 15 13:38:32 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Build classpath using directly geronimo-jta-1.1-api instead of
the jta symlink
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 25 17:37:52 UTC 2019 - Fridrich Strba <fstrba@suse.com> Mon Mar 25 17:37:52 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@@ -95,7 +95,7 @@ ant \
-Dxml-apis.jar=$(build-classpath xml-commons-jaxp-1.3-apis) \ -Dxml-apis.jar=$(build-classpath xml-commons-jaxp-1.3-apis) \
-Dcommons-logging.jar=$(build-classpath commons-logging) \ -Dcommons-logging.jar=$(build-classpath commons-logging) \
-Djava.io.tmpdir=. \ -Djava.io.tmpdir=. \
-Djta-impl.jar=$(build-classpath jta) \ -Djta-impl.jar=$(build-classpath geronimo-jta-1.1-api) \
dist dist
%install %install