aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/fo/build.xml10
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">