Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/groovy/files: groovy-1.8-build-pref-locking-fix.patch
Date: Sat, 28 Jan 2012 09:43:13
Message-Id: 20120128094304.7B5272004C@flycatcher.gentoo.org
1 ali_bush 12/01/28 09:43:04
2
3 Added: groovy-1.8-build-pref-locking-fix.patch
4 Log:
5 Version Bump.
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-java/groovy/files/groovy-1.8-build-pref-locking-fix.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/groovy/files/groovy-1.8-build-pref-locking-fix.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/groovy/files/groovy-1.8-build-pref-locking-fix.patch?rev=1.1&content-type=text/plain
14
15 Index: groovy-1.8-build-pref-locking-fix.patch
16 ===================================================================
17 diff --git a/build.xml b/build.xml
18 index ffca39c..07d93b9 100644
19 --- a/build.xml
20 +++ b/build.xml
21 @@ -830,6 +830,7 @@ $Date: 2012/01/28 09:43:04 $
22 <path refid="toolsPath"/>
23 <pathelement path="${mainClassesDirectory}"/>
24 </classpath>
25 + <jvmarg value="-Duser.home=${user.home}" />
26 <arg value="org.codehaus.groovy.runtime.DefaultGroovyMethods"/>
27 <arg value="org.codehaus.groovy.runtime.SqlGroovyMethods"/>
28 <arg value="org.codehaus.groovy.runtime.SwingGroovyMethods"/>