Accepting request 559394 from Java:packages
Some classes were built with too high levels OBS-URL: https://build.opensuse.org/request/show/559394 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bsf?expand=0&rev=26
This commit is contained in:
commit
aff47ba534
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 22 15:21:22 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
- Assure that we build with java source and target level 1.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 20 20:32:46 UTC 2017 - fstrba@suse.com
|
Wed Sep 20 20:32:46 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
2
bsf.spec
2
bsf.spec
@ -93,7 +93,7 @@ rm -fr bsf
|
|||||||
%build
|
%build
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
build-jar-repository -s -p lib apache-commons-logging rhino xalan-j2
|
build-jar-repository -s -p lib apache-commons-logging rhino xalan-j2
|
||||||
%{ant} jar javadocs
|
%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar javadocs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# jar
|
# jar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user