You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.properties 552B

123456789101112131415
  1. # these settings can be overridden locally in build-local.properties,
  2. # which is not stored in CVS (due to .cvsignore)
  3. # output format for "ant examples"
  4. build.property.examples.mime.type = application/pdf
  5. # decides if JUnit test shall be forked
  6. junit.fork = on
  7. # specifies the default file that contains a list of disabled layout engine tests.
  8. layoutengine.disabled=test/layoutengine/disabled-testcases.txt
  9. # directory for optional-lib (so there is no need to copy the jar into
  10. # the fop/lib directory
  11. # optional.lib.dir = <Optional Lib Directory>