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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. ## Path to the java 1.4 runtime libary (rt.jar on most systems)
  17. ## On OS X this is /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/classes.jar
  18. #java14.rt.lib=/opt/j2re1.4.2_07/lib/rt.jar
  19. ## Path to the java 1.4 jce libary (jce.jar on most systems)
  20. ## On OS X this is /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Classes/jce.jar
  21. #java14.jce.lib=/opt/j2re1.4.2_07/lib/jce.jar
  22. ## ===================================================================
  23. ## 2. Switches for common tasks
  24. ## Javac switches
  25. # javac.debug = on
  26. # javac.optimize = off
  27. # javac.deprecation = on
  28. # javac.source = 1.4
  29. # javac.target = 1.4
  30. # javac.fork = on
  31. ## JUnit task switches
  32. # junit.fork = on
  33. ## Packages to produce javadoc.
  34. ## Add packages for FOP extensions if necessary.
  35. # javadoc.packages = org.apache.fop.*,fopextension.*
  36. ## ===================================================================
  37. ## 3. FOP specific properties
  38. ## Specify an alternate file that contains a list of disabled layout
  39. ## engine tests.
  40. # layoutengine.disabled = test/layoutengine/disabled-testcases.txt
  41. ## Specify an alternate directory to scan for user supplied
  42. ## hyphenation pattern files and Unicode data files.
  43. # user.hyph.dir = /home/bart/offo
  44. # unidata.dir = /usr/share/doc/Unicode/UNIDATA