Accepting request 963051 from Java:packages

Build with source/target levels 8

OBS-URL: https://build.opensuse.org/request/show/963051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aopalliance?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2022-03-19 21:20:47 +00:00 committed by Git OBS Bridge
commit cd0f5c8f0d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 19 13:03:25 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with source/target levels 8
-------------------------------------------------------------------
Thu Feb 7 16:11:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package aopalliance
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -57,7 +57,7 @@ This package contains the API documentation for %{name}.
export CLASSPATH=
export OPT_JAR_LIST=:
%{ant} \
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
-Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
-Dbuild.sysclasspath=only jar javadoc
# Inject OSGi manifest required by Eclipse.