diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-06-21 07:13:12 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-06-21 07:13:12 +0000 |
commit | 49151209f24393f0714182f57e0d61997e0a7ceb (patch) | |
tree | 431b1422766346e820a73b6db65d62f52717df4b /examples | |
parent | a85bb5953af9a945b18880ffd6b8b0f5200ed447 (diff) | |
download | xmlgraphics-fop-49151209f24393f0714182f57e0d61997e0a7ceb.tar.gz xmlgraphics-fop-49151209f24393f0714182f57e0d61997e0a7ceb.zip |
Bugzilla #39846, #39847:
Nits
Submitted by: Patrick Paul <ppaul_apache.at.yahoo.ca>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@415932 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fo/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/fo/build.xml b/examples/fo/build.xml index e40298bd4..8813e53b0 100644 --- a/examples/fo/build.xml +++ b/examples/fo/build.xml @@ -105,7 +105,7 @@ </antcall> </target> <!-- =================================================================== --> - <!-- Produces new test areatree files --> + <!-- Produces new test areatree files --> <!-- =================================================================== --> <target name="newAT" depends="init" description="Creates a new set of AreaTree XML test files"> <antcall target="newTestFiles"> @@ -121,7 +121,7 @@ <compare referenceDirectory="${referenceDir}" testDirectory="${testDir}" filenames="normal.pdf,table.pdf,list.pdf,link.pdf,border.pdf,images.pdf,extensive.pdf,readme.pdf,fonts.pdf,bordershorthand.pdf,character.pdf,corresprop.pdf,hyphen.pdf,inhprop.pdf,instream.pdf,leader.pdf,newlinktest.pdf,normalex.pdf,pdfoutline.pdf,simple.pdf,textdeko.pdf,tableunits.pdf"/> </target> <!-- =================================================================== --> - <!-- Produces new reference pdf files --> + <!-- Produces new reference pdf files --> <!-- =================================================================== --> <target name="referencePDF" depends="init"> <antcall target="newTestFiles"> |