This commit is contained in:
parent
f1749c23a6
commit
4163c7888a
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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)
|
||||
# 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 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 @@
|
||||
<property name="dist.dir" location="dist" />
|
||||
<property name="target.stage.dir" location="${target.dir}/stage" />
|
||||
|
Loading…
Reference in New Issue
Block a user