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

123456789101112131415161718192021222324252627282930313233343536373839
  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. Important 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. ## JUnit task switches
  22. # junit.fork = on
  23. ## Packages to produce javadoc.
  24. ## Add packages for FOP extensions if necessary.
  25. # javadoc.packages = org.apache.fop.*,fopextension.*
  26. ## -----------------------
  27. ## 3. FOP specific properties
  28. # Specify an alternate file that contains a list of disabled layout
  29. # engine tests.
  30. # layoutengine.disabled = test/layoutengine/disabled-testcases.txt