]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Merged revisions 675246 via svnmerge from
authorAdrian Cumiskey <acumiskey@apache.org>
Wed, 9 Jul 2008 16:12:29 +0000 (16:12 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Wed, 9 Jul 2008 16:12:29 +0000 (16:12 +0000)
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r675246 | acumiskey | 2008-07-09 17:10:33 +0100 (Wed, 09 Jul 2008) | 2 lines

  Added newAFP target for producing a set of AFP files from the examples.
........

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@675247 13f79535-47bb-0310-9956-ffa450edef68

examples/fo/build.xml

index 02cd5f72b54e074b4c2cb75cb96ae8d08dfd0e94..8ecfbee186406146abd6351b7cc01d065ff268da 100644 (file)
@@ -96,7 +96,7 @@
     </antcall>
   </target>
   <!-- =================================================================== -->
-  <!-- Produces new test ps files                                         -->
+  <!-- Produces new test PS files                                          -->
   <!-- =================================================================== -->
   <target name="newPS" depends="init" description="Creates a new set of PostScript test files">
     <antcall target="newTestFiles">
     </antcall>
   </target>
   <!-- =================================================================== -->
+  <!-- Produces new test AFP files                                         -->
+  <!-- =================================================================== -->
+  <target name="newAFP" depends="init" description="Creates a new set of AFP test files">
+    <antcall target="newTestFiles">
+      <param name="mimetype" value="application/x-afp"/>
+      <param name="msglevel" value="warn"/>
+      <param name="outDir" value="${testDir}"/>
+    </antcall>
+  </target>
+  <!-- =================================================================== -->
   <!-- Produces new test areatree files                                    -->
   <!-- =================================================================== -->
   <target name="newAT" depends="init" description="Creates a new set of AreaTree XML test files">