Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/fop/files: fop-2.0-build.xml.patch
Date: Sun, 05 Jul 2015 21:51:12
Message-Id: 20150705215108.89BDC754@oystercatcher.gentoo.org
1 monsieurp 15/07/05 21:51:08
2
3 Added: fop-2.0-build.xml.patch
4 Log:
5 Add patch to remove unneeded (and broken) Ant task. Fix bug 553982.
6
7 Signed-off-by: Patrice Clement <monsieurp@g.o>
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
9
10 Revision Changes Path
11 1.1 dev-java/fop/files/fop-2.0-build.xml.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/files/fop-2.0-build.xml.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/files/fop-2.0-build.xml.patch?rev=1.1&content-type=text/plain
15
16 Index: fop-2.0-build.xml.patch
17 ===================================================================
18 --- build.xml.orig 2015-07-05 20:34:00.099000000 +0000
19 +++ build.xml 2015-07-05 20:34:38.194000000 +0000
20 @@ -355,18 +355,6 @@
21 <include name="**/*.xsl"/>
22 </fileset>
23 </copy>
24 - <taskdef name="eventResourceGenerator" classname="org.apache.fop.tools.EventProducerCollectorTask">
25 - <classpath>
26 - <path refid="libs-tools-build-classpath"/>
27 - <pathelement location="${build.classes.dir}"/>
28 - <pathelement location="${build.codegen-classes.dir}"/>
29 - </classpath>
30 - </taskdef>
31 - <eventResourceGenerator destdir="${build.gensrc.dir}">
32 - <fileset dir="${src.java.dir}">
33 - <include name="**/*.java"/>
34 - </fileset>
35 - </eventResourceGenerator>
36 </target>
37 <target name="compile-copy-resources" depends="resourcegen">
38 <copy todir="${build.classes.dir}">