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 ac...@apache.org on 2008/07/09 18:12:30 UTC

svn commit: r675247 - in /xmlgraphics/fop/branches/Temp_AFPGOCAResources: ./ examples/fo/build.xml

Author: acumiskey
Date: Wed Jul  9 09:12:29 2008
New Revision: 675247

URL: http://svn.apache.org/viewvc?rev=675247&view=rev
Log:
Merged revisions 675246 via svnmerge from 
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.
........

Modified:
    xmlgraphics/fop/branches/Temp_AFPGOCAResources/   (props changed)
    xmlgraphics/fop/branches/Temp_AFPGOCAResources/examples/fo/build.xml

Propchange: xmlgraphics/fop/branches/Temp_AFPGOCAResources/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Jul  9 09:12:29 2008
@@ -1 +1 @@
-/xmlgraphics/fop/trunk:1-675238
+/xmlgraphics/fop/trunk:1-675246

Modified: xmlgraphics/fop/branches/Temp_AFPGOCAResources/examples/fo/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_AFPGOCAResources/examples/fo/build.xml?rev=675247&r1=675246&r2=675247&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_AFPGOCAResources/examples/fo/build.xml (original)
+++ xmlgraphics/fop/branches/Temp_AFPGOCAResources/examples/fo/build.xml Wed Jul  9 09:12:29 2008
@@ -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">
@@ -106,6 +106,16 @@
     </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">



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