aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBertrand Delacretaz <bdelacretaz@apache.org>2006-09-21 13:05:13 +0000
committerBertrand Delacretaz <bdelacretaz@apache.org>2006-09-21 13:05:13 +0000
commit91036df4eea2d6aeb8cc13c52eeb25162240899f (patch)
treefa08834c6bf33c4b9e54939527b8a981120c315f /build.xml
parentbf6082b701ca4c818cc8f9dcc1a7812b0b5311d4 (diff)
downloadxmlgraphics-fop-91036df4eea2d6aeb8cc13c52eeb25162240899f.tar.gz
xmlgraphics-fop-91036df4eea2d6aeb8cc13c52eeb25162240899f.zip
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
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e4a74c18b..159794cf1 100644
--- a/build.xml
+++ b/build.xml
@@ -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>