monsieurp    15/07/05 21:51:08

  Added:                fop-2.0-build.xml.patch
  Log:
  Add patch to remove unneeded (and broken) Ant task. Fix bug 553982.
  
  Signed-off-by: Patrice Clement <[email protected]>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.1                  dev-java/fop/files/fop-2.0-build.xml.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/files/fop-2.0-build.xml.patch?rev=1.1&view=markup
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

Index: fop-2.0-build.xml.patch
===================================================================
--- build.xml.orig      2015-07-05 20:34:00.099000000 +0000
+++ build.xml   2015-07-05 20:34:38.194000000 +0000
@@ -355,18 +355,6 @@
         <include name="**/*.xsl"/>
       </fileset>
     </copy>
-    <taskdef name="eventResourceGenerator" 
classname="org.apache.fop.tools.EventProducerCollectorTask">
-      <classpath>
-        <path refid="libs-tools-build-classpath"/>
-        <pathelement location="${build.classes.dir}"/>
-        <pathelement location="${build.codegen-classes.dir}"/>
-      </classpath>
-    </taskdef>
-    <eventResourceGenerator destdir="${build.gensrc.dir}">
-      <fileset dir="${src.java.dir}">
-        <include name="**/*.java"/>
-      </fileset>
-    </eventResourceGenerator>
   </target>
   <target name="compile-copy-resources" depends="resourcegen">
     <copy todir="${build.classes.dir}">




Reply via email to