diff options
author | Peter Herweg <pherweg@apache.org> | 2006-01-24 19:36:09 +0000 |
---|---|---|
committer | Peter Herweg <pherweg@apache.org> | 2006-01-24 19:36:09 +0000 |
commit | 5479a8fd38982cf65519f716466294ba5fb777a0 (patch) | |
tree | 8a56aab690f73cf13e900421bd57e30cb89f3fd2 /examples | |
parent | e6a3bb0e359392bb6639c6e66e933d59d2e37439 (diff) | |
download | xmlgraphics-fop-5479a8fd38982cf65519f716466294ba5fb777a0.tar.gz xmlgraphics-fop-5479a8fd38982cf65519f716466294ba5fb777a0.zip |
add support for rtf test files
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@371992 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fo/build.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/fo/build.xml b/examples/fo/build.xml index cae14e6cd..e40298bd4 100644 --- a/examples/fo/build.xml +++ b/examples/fo/build.xml @@ -85,6 +85,16 @@ </antcall> </target> <!-- =================================================================== --> + <!-- Produces new test RTF files --> + <!-- =================================================================== --> + <target name="newRTF" depends="init" description="Creates a new set of RTF test files"> + <antcall target="newTestFiles"> + <param name="mimetype" value="application/rtf"/> + <param name="msglevel" value="warn"/> + <param name="outDir" value="${testDir}"/> + </antcall> + </target> + <!-- =================================================================== --> <!-- Produces new test ps files --> <!-- =================================================================== --> <target name="newPS" depends="init" description="Creates a new set of PostScript test files"> |