]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
add support for rtf test files
authorPeter Herweg <pherweg@apache.org>
Tue, 24 Jan 2006 19:36:09 +0000 (19:36 +0000)
committerPeter Herweg <pherweg@apache.org>
Tue, 24 Jan 2006 19:36:09 +0000 (19:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@371992 13f79535-47bb-0310-9956-ffa450edef68

examples/fo/build.xml

index cae14e6cdce3af0dcdaa877eee192770dabf2ed9..e40298bd43972725584b482457c4bfcf5b839d9f 100644 (file)
     </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">