diff options
author | Glen Mazza <gmazza@apache.org> | 2004-01-22 22:40:51 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2004-01-22 22:40:51 +0000 |
commit | e128882271c6609cf51a6a349b8bb44eab58d210 (patch) | |
tree | 20f8805797deb34e89e5850394d28145a3da7a0e /build.xml | |
parent | 9e789f3b65df7d14fc6e2d435dc536ba7bef52c8 (diff) | |
download | xmlgraphics-fop-e128882271c6609cf51a6a349b8bb44eab58d210.tar.gz xmlgraphics-fop-e128882271c6609cf51a6a349b8bb44eab58d210.zip |
Applied Thomas DeWeese's latest patch for the PDF transcoder.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -520,7 +520,10 @@ list of possible build targets. <!--include name="org/apache/fop/layout/Font*.class"/--> <include name="org/apache/fop/image/FopImag*.class"/> <include name="org/apache/fop/image/Jpeg*"/> + <include name="org/apache/fop/image/EPS*"/> <include name="org/apache/fop/image/Abstract*"/> + <include name="org/apache/fop/image/analyser/*.class"/> + <include name="org/apache/fop/util/CMYKColorSpace*.class"/> <include name="org/apache/fop/util/StreamUtilities.class"/> <include name="org/apache/fop/util/*OutputStream.class"/> <include name="org/apache/fop/util/Finalizable.class"/> @@ -580,7 +583,7 @@ list of possible build targets. <fileset dir="${build.dest}"> <patternset refid="transcoder-classes"/> </fileset> - <fileset dir="${build.dir}/transcoder-dependencies"/> + <fileset dir="${transcoder-deps}"/> <manifest> <attribute name="Implementation-Title" value="${fop-transcoder.name}"/> <attribute name="Implementation-Version" value="${fop-transcoder.version}"/> |