jeremias 2003/02/02 08:43:52
Modified: examples/fo build.xml
Log:
Also include giro.fo from the advanced directory.
The other files in there won't work ATM.
Revision Changes Path
1.3 +5 -0 xml-fop/examples/fo/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-fop/examples/fo/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 29 Jan 2003 16:07:14 -0000 1.2
+++ build.xml 2 Feb 2003 16:43:52 -0000 1.3
@@ -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 -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]