From d113056a8bfb73695f21a98e2715cd04459a09bc Mon Sep 17 00:00:00 2001 From: Simon Steiner Date: Wed, 5 Feb 2020 14:06:11 +0000 Subject: [PATCH] FOP-2895: Ant build should use mvn jar to avoid duplicate transcoder configuration git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1873636 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/tools/resources/assembly/assembly.xml | 4 +- fop/build.xml | 120 ++---------------- 2 files changed, 16 insertions(+), 108 deletions(-) diff --git a/fop-transcoder/src/tools/resources/assembly/assembly.xml b/fop-transcoder/src/tools/resources/assembly/assembly.xml index 99eb0fb17..90d77524f 100644 --- a/fop-transcoder/src/tools/resources/assembly/assembly.xml +++ b/fop-transcoder/src/tools/resources/assembly/assembly.xml @@ -52,12 +52,14 @@ org/apache/fop/util/ASCII*.class org/apache/fop/util/AbstractPaintingState** org/apache/fop/util/CMYKColorSpace*.class - org/apache/fop/util/CharUtilities.class + org/apache/fop/util/CharUtilities*.class org/apache/fop/util/Color*.class org/apache/fop/util/DecimalFormatCache*.class org/apache/fop/util/Finalizable.class org/apache/fop/util/ImageObject.class org/apache/fop/util/SubInputStream.class + org/apache/fop/util/HexEncoder.class + org/apache/fop/configuration/** org/apache/fop/render/pdf/PSRenderer.class diff --git a/fop/build.xml b/fop/build.xml index ad2ad14bd..549c9ef0f 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -606,59 +606,6 @@ list of possible build targets. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -667,60 +614,19 @@ list of possible build targets. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + -- 2.39.5