Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jarjar/files: 0.9-bootclasspath.patch asm-2.0_alpha-buildfile.patch
Date: Tue, 06 Oct 2009 18:55:46
Message-Id: E1MvFCK-0002w7-It@stork.gentoo.org
1 caster 09/10/06 18:55:44
2
3 Added: 0.9-bootclasspath.patch
4 Removed: asm-2.0_alpha-buildfile.patch
5 Log:
6 Fix building with ecj, bug #191378.
7 (Portage version: 2.2_rc43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-java/jarjar/files/0.9-bootclasspath.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jarjar/files/0.9-bootclasspath.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jarjar/files/0.9-bootclasspath.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.9-bootclasspath.patch
16 ===================================================================
17 --- build.xml 2008-09-13 13:55:40.000000000 +0200
18 +++ build.xml 2009-10-06 20:51:53.000000000 +0200
19 @@ -48,7 +48,7 @@
20 </copy>
21 <javac srcdir="src/@{module}" destdir="build/@{module}"
22 source="${compile.source}"
23 - target="${compile.target}" bootclasspath="@{bootclasspath}" extdirs="${compile.extdirs}"
24 + target="${compile.target}" extdirs="${compile.extdirs}"
25 debug="${compile.debug}" optimize="${compile.optimize}" deprecation="${compile.deprecation}">
26 <classpath refid="@{refid}"/>
27 <compilerarg value="-Xlint"/>