]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Overridable property "fo.examples.include" added to select which examples to build
authorBertrand Delacretaz <bdelacretaz@apache.org>
Thu, 21 Sep 2006 11:34:35 +0000 (11:34 +0000)
committerBertrand Delacretaz <bdelacretaz@apache.org>
Thu, 21 Sep 2006 11:34:35 +0000 (11:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448523 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 7afb038c6df6e47765709487b47b9ca2d5fd3c95..e4a74c18b35910e56f10879bca8ff1842854556f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -168,6 +168,7 @@ list of possible build targets.
   <property name="src.viewer.images.dir" value="${src.java.dir}/org/apache/fop/render/awt/viewer/images"/>
   <property name="xdocs.dir" value="${src.dir}/documentation/content/xdocs"/>
   <property name="fo.examples.dir" value="${basedir}/examples/fo/basic"/>
+  <property name="fo.examples.include" value="**/*.fo"/>
   <property name="lib.dir" value="${basedir}/lib"/>
   <property name="user.hyph.dir" value="${basedir}/hyph"/>
 
@@ -1203,7 +1204,7 @@ NOTE:
     <fop format="${build.property.examples.mime.type}" outdir="${build.examples.dir}"
          messagelevel="debug" basedir="${fo.examples.dir}">
       <fileset dir="${fo.examples.dir}">
-        <include name="**/*.fo"/>
+        <include name="${fo.examples.include}"/>
       </fileset>
     </fop>
   </target>