Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/henplus/files: 0.9.8-build.xml.patch
Date: Fri, 01 May 2009 20:51:19
Message-Id: E1LzzhV-0007DC-CR@stork.gentoo.org
1 betelgeuse 09/05/01 20:51:17
2
3 Added: 0.9.8-build.xml.patch
4 Log:
5 Version bump. Fixes bug #268125.
6 (Portage version: 2.2_rc28/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-db/henplus/files/0.9.8-build.xml.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/files/0.9.8-build.xml.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/files/0.9.8-build.xml.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.9.8-build.xml.patch
15 ===================================================================
16 diff -ur henplus-0.9.8.old/build.xml henplus-0.9.8/build.xml
17 --- henplus-0.9.8.old/build.xml 2009-05-01 23:51:41.000000000 +0300
18 +++ henplus-0.9.8/build.xml 2009-05-01 23:52:31.000000000 +0300
19 @@ -33,13 +33,13 @@
20 <pathelement path="${classes}" />
21 </path>
22
23 - <taskdef name="ant-server" classname="net.sweetohm.ant.server.ServerTask">
24 - <classpath>
25 - <pathelement location="${lib}/build/sat-0.7.jar" />
26 - </classpath>
27 - </taskdef>
28 -
29 <target name="server">
30 + <taskdef name="ant-server" classname="net.sweetohm.ant.server.ServerTask">
31 + <classpath>
32 + <pathelement location="${lib}/build/sat-0.7.jar" />
33 + </classpath>
34 + </taskdef>
35 +
36 <ant-server/>
37 </target>