diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-07-09 16:12:29 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-07-09 16:12:29 +0000 |
commit | b0233b35268c4f9bb1f26c0dc4c3673b951c3cd1 (patch) | |
tree | 3b0be6b7b12a2981f70799bffb41084b6b2845eb | |
parent | b62fb99c71f5d16e0fc337a54dfc9c9edc880768 (diff) | |
download | xmlgraphics-fop-b0233b35268c4f9bb1f26c0dc4c3673b951c3cd1.tar.gz xmlgraphics-fop-b0233b35268c4f9bb1f26c0dc4c3673b951c3cd1.zip |
Merged revisions 675246 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r675246 | acumiskey | 2008-07-09 17:10:33 +0100 (Wed, 09 Jul 2008) | 2 lines
Added newAFP target for producing a set of AFP files from the examples.
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@675247 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | examples/fo/build.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/examples/fo/build.xml b/examples/fo/build.xml index 02cd5f72b..8ecfbee18 100644 --- a/examples/fo/build.xml +++ b/examples/fo/build.xml @@ -96,7 +96,7 @@ </antcall> </target> <!-- =================================================================== --> - <!-- Produces new test ps files --> + <!-- Produces new test PS files --> <!-- =================================================================== --> <target name="newPS" depends="init" description="Creates a new set of PostScript test files"> <antcall target="newTestFiles"> @@ -106,6 +106,16 @@ </antcall> </target> <!-- =================================================================== --> + <!-- Produces new test AFP files --> + <!-- =================================================================== --> + <target name="newAFP" depends="init" description="Creates a new set of AFP test files"> + <antcall target="newTestFiles"> + <param name="mimetype" value="application/x-afp"/> + <param name="msglevel" value="warn"/> + <param name="outDir" value="${testDir}"/> + </antcall> + </target> + <!-- =================================================================== --> <!-- Produces new test areatree files --> <!-- =================================================================== --> <target name="newAT" depends="init" description="Creates a new set of AreaTree XML test files"> |