diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-10-20 13:42:28 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-10-20 13:42:28 +0000 |
commit | d9e4553fcf9567ef9674be9f8dcdc6ac92232b06 (patch) | |
tree | 37a10de31d9643b6153006797cb1f9bc5bdb2eee /build.xml | |
parent | b68f88698b22ccde065078b22556f94f798786e2 (diff) | |
download | xmlgraphics-fop-d9e4553fcf9567ef9674be9f8dcdc6ac92232b06.tar.gz xmlgraphics-fop-d9e4553fcf9567ef9674be9f8dcdc6ac92232b06.zip |
Merged revisions 706272,706276 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r706272 | jeremias | 2008-10-20 14:14:03 +0100 (Mon, 20 Oct 2008) | 1 line
Visually separated retroweaver part from hyphenation part.
........
r706276 | jeremias | 2008-10-20 14:20:26 +0100 (Mon, 20 Oct 2008) | 3 lines
Fixed size of images when vector graphic images are painted using fox:conversion-mode="bitmap" (for PDF output).
Added support for fox:conversion-mode="bitmap" for PS output.
Avoid "unsupported target ImageFlavor" error after the fix in XML Graphics Commons (rev 706270).
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@706282 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -459,6 +459,9 @@ list of possible build targets. </manifest> </jar> </target> + <!-- =================================================================== --> + <!-- Retroweaver --> + <!-- =================================================================== --> <target name="retro-unavail" unless="java14.rt.lib"> <echo message="Please set the path to a JDK 1.4 installation in your build-local.properties" /> <echo message="to allow for verification!" /> |