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.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. ## ===================================================================
  14. ## 2. Switches for common tasks
  15. ## Javac switches
  16. # debug = on
  17. # optimize = off
  18. # deprecation = on
  19. # javac.source = 1.3
  20. # javac.target = 1.3
  21. # javac.fork = on
  22. ## JUnit task switches
  23. # junit.fork = on
  24. ## Packages to produce javadoc.
  25. ## Add packages for FOP extensions if necessary.
  26. # javadoc.packages = org.apache.fop.*,fopextension.*
  27. ## ===================================================================
  28. ## 3. FOP specific properties
  29. ## Specify an alternate file that contains a list of disabled layout
  30. ## engine tests.
  31. # layoutengine.disabled = test/layoutengine/disabled-testcases.txt
  32. ## Specify an alternate directory to scan for user supplied
  33. ## hyphenation pattern files.
  34. # user.hyph.dir = /home/bart/offo