You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ph...@apache.org on 2006/01/24 20:36:12 UTC

svn commit: r371992 - /xmlgraphics/fop/trunk/examples/fo/build.xml

Author: pherweg
Date: Tue Jan 24 11:36:09 2006
New Revision: 371992

URL: http://svn.apache.org/viewcvs?rev=371992&view=rev
Log:
add support for rtf test files

Modified:
    xmlgraphics/fop/trunk/examples/fo/build.xml

Modified: xmlgraphics/fop/trunk/examples/fo/build.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/examples/fo/build.xml?rev=371992&r1=371991&r2=371992&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/examples/fo/build.xml (original)
+++ xmlgraphics/fop/trunk/examples/fo/build.xml Tue Jan 24 11:36:09 2006
@@ -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">



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org