forked from pool/ant-contrib
Accepting request 1035585 from Java:packages
- Modified patch: * local-ivy.patch + fix build with apache-ivy 2.5.1 OBS-URL: https://build.opensuse.org/request/show/1035585 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant-contrib?expand=0&rev=27
This commit is contained in:
commit
9ed1ee6996
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 08:48:39 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Modified patch:
|
||||||
|
* local-ivy.patch
|
||||||
|
+ fix build with apache-ivy 2.5.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 15 05:45:46 UTC 2018 - fstrba@suse.com
|
Tue May 15 05:45:46 UTC 2018 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ant-contrib
|
# spec file for package ant-contrib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 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
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
--- build.xml.sav 2006-11-02 18:44:02.000000000 +0200
|
--- build.xml.sav 2006-11-02 18:44:02.000000000 +0200
|
||||||
+++ build.xml 2011-12-15 13:36:38.630460824 +0200
|
+++ build.xml 2011-12-15 13:36:38.630460824 +0200
|
||||||
|
@@ -2,7 +2,7 @@
|
||||||
|
name="ant-contrib"
|
||||||
|
default="dist"
|
||||||
|
basedir="."
|
||||||
|
- xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
|
||||||
|
+ xmlns:ivy="antlib:org.apache.ivy.ant">
|
||||||
|
|
||||||
|
<property file="build.properties" />
|
||||||
|
|
||||||
@@ -20,22 +20,7 @@
|
@@ -20,22 +20,7 @@
|
||||||
<property name="dist.dir" location="dist" />
|
<property name="dist.dir" location="dist" />
|
||||||
<property name="target.stage.dir" location="${target.dir}/stage" />
|
<property name="target.stage.dir" location="${target.dir}/stage" />
|
||||||
|
Loading…
Reference in New Issue
Block a user