diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-07-09 16:10:33 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-07-09 16:10:33 +0000 |
commit | 2fbf3f8dcddc463a4c92f957ac4f8dc0a6394768 (patch) | |
tree | c3df65911c4232866d41aa56e5efd88b95312f1e /examples | |
parent | 43f708b12c985226ee713a4492c97526727c4129 (diff) | |
download | xmlgraphics-fop-2fbf3f8dcddc463a4c92f957ac4f8dc0a6394768.tar.gz xmlgraphics-fop-2fbf3f8dcddc463a4c92f957ac4f8dc0a6394768.zip |
Added newAFP target for producing a set of AFP files from the examples.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@675246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples')
-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"> |