OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-digester?expand=0&rev=10
This commit is contained in:
parent
818c3fe396
commit
0b6007828d
@ -17,7 +17,7 @@
|
|||||||
an XML to Java object mapping module which triggers certain actions called rules
|
an XML to Java object mapping module which triggers certain actions called rules
|
||||||
whenever a particular pattern of nested XML elements is recognized."/>
|
whenever a particular pattern of nested XML elements is recognized."/>
|
||||||
|
|
||||||
<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}"/>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package apache-commons-digester
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# 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
|
||||||
@ -32,6 +32,7 @@ BuildRequires: ant
|
|||||||
BuildRequires: commons-beanutils
|
BuildRequires: commons-beanutils
|
||||||
BuildRequires: commons-logging
|
BuildRequires: commons-logging
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: java-devel >= 1.8
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
Requires: mvn(commons-beanutils:commons-beanutils)
|
Requires: mvn(commons-beanutils:commons-beanutils)
|
||||||
Requires: mvn(commons-logging:commons-logging)
|
Requires: mvn(commons-logging:commons-logging)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user