aboutsummaryrefslogtreecommitdiffstats
path: root/build.properties
blob: e88b5e024b029d2285050d48f98fb015f5541dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# these settings can be overridden locally in build-local.properties,
# which is not stored in CVS (due to .cvsignore)

# output format for "ant examples"
build.property.examples.mime.type = application/pdf

# decides if JUnit test shall be forked
junit.fork = on

# specifies the default file that contains a list of disabled layout engine tests.
layoutengine.disabled=test/layoutengine/disabled-testcases.txt

# directory for optional-lib (so there is no need to copy the jar into
# the fop/lib directory
# optional.lib.dir = <Optional Lib Directory>