This commit is contained in:
parent
ba93371005
commit
2e77405ed5
@ -24,7 +24,7 @@
|
|||||||
<property name="spec.title" value="JSR-346 Contexts and Dependency Injection for the Java EE platform"/>
|
<property name="spec.title" value="JSR-346 Contexts and Dependency Injection for the Java EE platform"/>
|
||||||
<property name="spec.version" value="${project.version}"/>
|
<property name="spec.version" value="${project.version}"/>
|
||||||
|
|
||||||
<property name="compiler.source" value="1.6"/>
|
<property name="compiler.source" value="1.8"/>
|
||||||
<property name="compiler.target" value="${compiler.source}"/>
|
<property name="compiler.target" value="${compiler.source}"/>
|
||||||
|
|
||||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||||
@ -43,14 +43,14 @@
|
|||||||
<!-- ====================================================================== -->
|
<!-- ====================================================================== -->
|
||||||
|
|
||||||
<path id="build.classpath">
|
<path id="build.classpath">
|
||||||
<fileset dir="../lib">
|
<fileset dir="lib">
|
||||||
<!-- javax.el-api-3.0.0 jboss-interceptors-api_1.2_spec-1.0.0
|
<!-- javax.el-api-3.0.0 jboss-interceptors-api_1.2_spec-1.0.0
|
||||||
javax.inject-1 -->
|
javax.inject-1 -->
|
||||||
<include name="**/*"/>
|
<include name="**/*"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</path>
|
</path>
|
||||||
<path id="build.test.classpath">
|
<path id="build.test.classpath">
|
||||||
<fileset dir="../lib">
|
<fileset dir="lib">
|
||||||
<!-- javax.el-api-3.0.0 jboss-interceptors-api_1.2_spec-1.0.0
|
<!-- javax.el-api-3.0.0 jboss-interceptors-api_1.2_spec-1.0.0
|
||||||
javax.inject-1.jar testng-5.10-jdk15 jcommander-1.64
|
javax.inject-1.jar testng-5.10-jdk15 jcommander-1.64
|
||||||
snakeyaml-1.17 base64coder commons-codec -->
|
snakeyaml-1.17 base64coder commons-codec -->
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 20 19:41:42 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with java source and target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 6 22:29:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Sat Apr 6 22:29:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cdi-api
|
# spec file for package cdi-api
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 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
|
||||||
|
Loading…
Reference in New Issue
Block a user