- Search for jta not jta-api as SLE has issues locating the api while

the jta is just simple symlink

OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-dbcp?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal 2016-10-31 13:43:50 +00:00 committed by Git OBS Bridge
parent 570d5133a8
commit 6f3c4ebd99
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 31 13:42:53 UTC 2016 - tchvatal@suse.com
- Search for jta not jta-api as SLE has issues locating the api while
the jta is just simple symlink
-------------------------------------------------------------------
Thu Sep 29 12:28:46 UTC 2016 - tchvatal@suse.com

View File

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