]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Also include giro.fo from the advanced directory.
authorJeremias Maerki <jeremias@apache.org>
Sun, 2 Feb 2003 16:43:52 +0000 (16:43 +0000)
committerJeremias Maerki <jeremias@apache.org>
Sun, 2 Feb 2003 16:43:52 +0000 (16:43 +0000)
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

examples/fo/build.xml

index 5d2c6c560c6470fe8ab30603a88688b85b5b2d6c..bf1ce46255cedf7edbbe0e257bccb4131c30b20b 100644 (file)
         <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                                         -->