aboutsummaryrefslogtreecommitdiffstats
path: root/examples/fo
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2003-02-02 16:43:52 +0000
committerJeremias Maerki <jeremias@apache.org>2003-02-02 16:43:52 +0000
commite18d1280063c7529a92ce9dba170f1746082ab67 (patch)
tree2817782b1214f0547a56a5e556b11852ff6e29c3 /examples/fo
parentdbf80cc58e14517dcf2069024d49eec0044f38c0 (diff)
downloadxmlgraphics-fop-e18d1280063c7529a92ce9dba170f1746082ab67.tar.gz
xmlgraphics-fop-e18d1280063c7529a92ce9dba170f1746082ab67.zip
Also include giro.fo from the advanced directory.
The other files in there won't work ATM. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/fo')
-rw-r--r--examples/fo/build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/fo/build.xml b/examples/fo/build.xml
index 5d2c6c560..bf1ce4625 100644
--- a/examples/fo/build.xml
+++ b/examples/fo/build.xml
@@ -69,6 +69,11 @@
<include name="**/*.fo"/>
</fileset>
</fop>
+ <fop format="${mimetype}" outdir="${outDir}" messagelevel="${msglevel}" basedir="advanced">
+ <fileset dir="advanced">
+ <include name="**/giro.fo"/>
+ </fileset>
+ </fop>
</target>
<!-- =================================================================== -->
<!-- Produces new test PDF files -->