Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/openfire/files: buildxml-ant.patch
Date: Sun, 27 Jun 2010 21:46:37
Message-Id: 20100627214633.827522CF9B@corvid.gentoo.org
1 caster 10/06/27 21:46:33
2
3 Added: buildxml-ant.patch
4 Log:
5 Fix building with ant 1.8, bug #305929.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-im/openfire/files/buildxml-ant.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/openfire/files/buildxml-ant.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/openfire/files/buildxml-ant.patch?rev=1.1&content-type=text/plain
13
14 Index: buildxml-ant.patch
15 ===================================================================
16 --- build/build.xml 2010-06-27 23:37:11.000000000 +0200
17 +++ build/build.xml 2010-06-27 23:37:29.000000000 +0200
18 @@ -235,7 +235,6 @@
19 </or>
20 </not>
21 </condition>
22 - <fail if="ant.not.ok" message="Must use Ant 1.6.x or 1.7.x to build Openfire"/>
23 <fail if="java.not.ok" message="Must use JDK 1.5.x or higher to build Openfire"/>
24
25 <tstamp/>