Gentoo Archives: gentoo-commits

From: "Jean-Noel Rivasseau (elvanor)" <elvanor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/groovy/files: groovy-build.xml.patch
Date: Sun, 02 Mar 2008 14:10:45
Message-Id: E1JVotm-0002Co-KB@stork.gentoo.org
1 elvanor 08/03/02 14:10:42
2
3 Added: groovy-build.xml.patch
4 Log:
5 Grovy 1.5.4 version bump
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-java/groovy/files/groovy-build.xml.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/groovy/files/groovy-build.xml.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/groovy/files/groovy-build.xml.patch?rev=1.1&content-type=text/plain
13
14 Index: groovy-build.xml.patch
15 ===================================================================
16 --- build.xml.orig 2008-02-01 18:49:08.000000000 +0100
17 +++ build.xml 2008-03-02 14:27:33.000000000 +0100
18 @@ -70,7 +70,7 @@
19 </antlr>
20 </target>
21
22 - <target name="-init" depends="-fetchDependencies">
23 + <target name="-init">
24 <echo message="Java Runtime Environment version: ${java.version}"/>
25 <echo message="Java Runtime Environment vendor: ${java.vendor}"/>
26 <echo message="Ant version: ${ant.version}"/>
27 @@ -143,7 +143,7 @@
28 deprecation="on" debug="yes" source="1.4" target="1.4" fork="true" classpathref="compilePath">
29 <exclude name="**/vmplugin/v5/**" unless="groovy.build.vm5"/>
30 </javac>
31 - <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="${mainClassesDirectory}" classpathref="runtimePath"/>
32 + <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="${mainClassesDirectory}" classpathref="compilePath"/>
33 <groovyc srcdir="${mainSourceDirectory}" destdir="${mainClassesDirectory}" classpathref="compilePath"/>
34 </target>
35
36 @@ -391,7 +391,7 @@
37 </target>
38
39 <target name="-actuallyCreateJars"
40 - depends="-makeManifest,-initializeJars,-createBaseJar,-createEmbeddableJar"
41 + depends="-makeManifest,-initializeJars,-createBaseJar"
42 unless="testFailed"/>
43
44 <target name="-makeManifest">
45
46
47
48 --
49 gentoo-commits@l.g.o mailing list