Fridrich Strba 2018-11-27 09:13:23 +00:00 committed by Git OBS Bridge
parent 09114b39ae
commit 782deef3e0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 27 09:13:05 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Fix build of script providers
-------------------------------------------------------------------
Wed May 16 05:52:07 UTC 2018 - fstrba@suse.com

View File

@ -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