This commit is contained in:
parent
369aec9e83
commit
bfd5530289
@ -49,10 +49,10 @@
|
|||||||
optimize="false"
|
optimize="false"
|
||||||
deprecation="true"
|
deprecation="true"
|
||||||
encoding="${project.build.sourceEncoding}"
|
encoding="${project.build.sourceEncoding}"
|
||||||
target="1.7"
|
target="1.8"
|
||||||
verbose="false"
|
verbose="false"
|
||||||
fork="false"
|
fork="false"
|
||||||
source="1.7">
|
source="1.8">
|
||||||
<src>
|
<src>
|
||||||
<pathelement location="${build.srcDir.0}"/>
|
<pathelement location="${build.srcDir.0}"/>
|
||||||
</src>
|
</src>
|
||||||
@ -83,7 +83,7 @@
|
|||||||
version="true"
|
version="true"
|
||||||
use="true"
|
use="true"
|
||||||
encoding="${project.build.sourceEncoding}"
|
encoding="${project.build.sourceEncoding}"
|
||||||
source="1.7"
|
source="1.8"
|
||||||
author="true"
|
author="true"
|
||||||
splitindex="false"
|
splitindex="false"
|
||||||
windowtitle="Java Servlet 3.1"
|
windowtitle="Java Servlet 3.1"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 21 05:43:44 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with java source/target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 8 11:08:15 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Mon Apr 8 11:08:15 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glassfish-servlet-api
|
# spec file for package glassfish-servlet-api
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@ Name: glassfish-servlet-api
|
|||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Java Servlet API
|
Summary: Java Servlet API
|
||||||
License: (CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0) AND Apache-2.0
|
License: Apache-2.0 AND (CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0)
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: http://servlet-spec.java.net
|
URL: http://servlet-spec.java.net
|
||||||
Source0: https://github.com/javaee/servlet-spec/archive/%{version}.tar.gz
|
Source0: https://github.com/javaee/servlet-spec/archive/%{version}.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user