From 782deef3e0745e3b24ee519ed4e22180a66584ad1375106c44835363cb8588b7 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 27 Nov 2018 09:13:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/bsf?expand=0&rev=40 --- bsf.changes | 5 +++++ bsf.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bsf.changes b/bsf.changes index b32233a..6f4217a 100644 --- a/bsf.changes +++ b/bsf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 27 09:13:05 UTC 2018 - Fridrich Strba + +- Fix build of script providers + ------------------------------------------------------------------- Wed May 16 05:52:07 UTC 2018 - fstrba@suse.com diff --git a/bsf.spec b/bsf.spec index afc9820..f12e011 100644 --- a/bsf.spec +++ b/bsf.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -93,6 +93,7 @@ rm -fr bsf %build mkdir -p lib build-jar-repository -s -p lib apache-commons-logging rhino xalan-j2 +export CLASSPATH=$(build-classpath apache-commons-logging rhino xalan-j2) %{ant} -Dant.build.javac.source=8 -Dant.build.javac.target=8 jar javadocs %install