diff options
author | Steve Coffman <gears@apache.org> | 2000-10-26 14:33:37 +0000 |
---|---|---|
committer | Steve Coffman <gears@apache.org> | 2000-10-26 14:33:37 +0000 |
commit | bacbe7a0915fbb7b4c22b623f97a11352cf5d0b1 (patch) | |
tree | 53f8bc745c9f0060633b436a49250165e411af50 /build.xml | |
parent | 69883544bc9e2e7071f41359523a2b59bed4f88b (diff) | |
download | xmlgraphics-fop-bacbe7a0915fbb7b4c22b623f97a11352cf5d0b1.tar.gz xmlgraphics-fop-bacbe7a0915fbb7b4c22b623f97a11352cf5d0b1.zip |
Adds textdeko.fo file example. Applies Art Welch's JDK 1.1.x compatibility
fixes.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -157,9 +157,9 @@ Sometimes ant gives out this warnings, but the build is finished without any pro <property name="ignore_jdk11" value="org/apache/fop/render/awt/** - ,org/apache/fop/image/analyzer/* ,org/apache/fop/viewer/** - ,org/apache/fop/image/* + ,**/GifJpegImage.java + ,**/JimiImage.java ,**/PrintCommandLine.java ,**/AWTCommandLine.java"/> |