Browse Source

add support for rtf test files

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@371992 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_92-beta
Peter Herweg 18 years ago
parent
commit
5479a8fd38
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      examples/fo/build.xml

+ 10
- 0
examples/fo/build.xml View File

@@ -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">

Loading…
Cancel
Save