diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-10-20 13:14:03 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-10-20 13:14:03 +0000 |
commit | 0a6190375bdfcc801ef902786ddd9121f2714d36 (patch) | |
tree | 9da0e2220ebe1395a4b25cd7c99aa207031456de | |
parent | 430c6f6b18eab333e0ebd36a4ef6823d42d014db (diff) | |
download | xmlgraphics-fop-0a6190375bdfcc801ef902786ddd9121f2714d36.tar.gz xmlgraphics-fop-0a6190375bdfcc801ef902786ddd9121f2714d36.zip |
Visually separated retroweaver part from hyphenation part.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@706272 13f79535-47bb-0310-9956-ffa450edef68
-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!" /> |