Browse Source

More fo.examples overridable properties, working on bug #5335 comment #14

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448543 13f79535-47bb-0310-9956-ffa450edef68
pull/25/head
Bertrand Delacretaz 17 years ago
parent
commit
8a6085d22c
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      build.xml

+ 4
- 1
build.xml View File

@@ -168,7 +168,9 @@ 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.userconfig" value="conf/fop.xconf"/>
<property name="fo.examples.include" value="**/*.fo"/>
<property name="fo.examples.force" value="false"/>
<property name="lib.dir" value="${basedir}/lib"/>
<property name="user.hyph.dir" value="${basedir}/hyph"/>

@@ -1202,7 +1204,8 @@ NOTE:
classpathref="libs-run-classpath"/>
<mkdir dir="${build.examples.dir}"/>
<fop format="${build.property.examples.mime.type}" outdir="${build.examples.dir}"
messagelevel="debug" basedir="${fo.examples.dir}">
messagelevel="debug" basedir="${fo.examples.dir}" userconfig="${fo.examples.userconfig}"
force="${fo.examples.force}">
<fileset dir="${fo.examples.dir}">
<include name="${fo.examples.include}"/>
</fileset>

Loading…
Cancel
Save