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 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ## This is a template for settings which are useful to be
  2. ## overridden in a developer specific property files.
  3. ## Copy this to build-local.properties, uncomment and change
  4. ## properties which should be overridden.
  5. ## The file buil-local.properties is not stored in the code
  6. ## repository and ignored for file adds.
  7. ## ===================================================================
  8. ## 1. Path settings
  9. ## All Jars from the optional lib directory are added used for
  10. ## compilation and JUnit tests. Put your jars for additional
  11. ## dependencies and tools here.
  12. # optional.lib.dir = /home/bart/java/lib
  13. ## Checkstyle home directory. This is meant to be the top level of the
  14. ## checkstyle binary distribution.
  15. # checkstyle.home.dir = /home/bart/stuff/checkstyle-4.0-beta6
  16. ## ===================================================================
  17. ## 2. Switches for common tasks
  18. ## Javac switches
  19. # javac.debug = on
  20. # javac.optimize = off
  21. # javac.deprecation = on
  22. # javac.source = 1.4
  23. # javac.target = 1.4
  24. # javac.fork = on
  25. ## JUnit task switches
  26. # junit.fork = on
  27. ## Packages to produce javadoc.
  28. ## Add packages for FOP extensions if necessary.
  29. # javadoc.packages = org.apache.fop.*,fopextension.*
  30. ## ===================================================================
  31. ## 3. FOP specific properties
  32. ## Specify an alternate file that contains a list of disabled layout
  33. ## engine tests.
  34. # layoutengine.disabled = test/layoutengine/disabled-testcases.txt
  35. ## Specify an alternate directory to scan for user supplied
  36. ## hyphenation pattern files and Unicode data files.
  37. # user.hyph.dir = /home/bart/offo
  38. # unidata.dir = /usr/share/doc/Unicode/UNIDATA