Ver código fonte

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


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@675246 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Adrian Cumiskey 16 anos atrás
pai
commit
2fbf3f8dcd
1 arquivos alterados com 11 adições e 1 exclusões
  1. 11
    1
      examples/fo/build.xml

+ 11
- 1
examples/fo/build.xml Ver arquivo

@@ -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">

Carregando…
Cancelar
Salvar