build.properties 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # >> BASICS <<
  2. #
  3. # You'll need to supply at least one of j2ee.classpath
  4. # or j2ee.jar.file.base.dir. All jar files under
  5. # ${j2ee.jar.file.base.dir} or its subdirectories
  6. # will be added to the effective classpath of the project.
  7. #
  8. #j2ee.classpath=
  9. #j2ee.jar.base.dir=
  10. # >> DEBUGGING AND TRACING <<
  11. # Set this to true if you want logging enabled for logging levels below INFO.
  12. # If debug is not set, logging code for these messages will be eliminated from
  13. # the compiled code by virtue of "if (false) { ... }" blocks.
  14. #c3p0-build.debug=
  15. # Set trace to an integer between 0 and 10 (inclusive) to control how the level
  16. # of detail of debug logging messages. Only makes a difference if c3p0.debug is
  17. # set to true above. Default to 5 if unset.
  18. #c3p0-build.trace=
  19. # NOTE: You must still configure your logging library to log or display these
  20. # debug level messages if you actually want to see any change!
  21. #----------------------------------------------------------------------------
  22. # >> OPTIONAL LIBRARY SUPPRT <<
  23. #
  24. # You'll only need this property if you want to
  25. # build-in optional log4j support.
  26. #
  27. #log4j.jar.file=
  28. #
  29. # You'll only need this property if you want to
  30. # build the jar of utilities specific to the
  31. # oracle-thin jdbc driver / dbms
  32. #
  33. #oracle-thin.jdbc.jar.file=
  34. #----------------------------------------------------------------------------
  35. # >> OPTIONAL TEST SUPPORT
  36. #
  37. # this stuff is only required if you want to run
  38. # the various tests. very optional
  39. #
  40. #test.jdbc.driver.jar.file=
  41. #test.jdbc.drivers=
  42. #test.jdbc.url=
  43. #test.jdbc.user=
  44. #test.jdbc.password=
  45. #
  46. # required if you want to run junit tests
  47. #
  48. #junit.jar.file
  49. # >> VERY VERY OPTIONAL DOCS-TO-WEB SUPPORT
  50. #
  51. # this stuff is only required if you want to deploy
  52. # an ear file containing c3p0's docs to a J2EE appserver.
  53. # via scp. Requires an available executable "scp".
  54. #
  55. # this is a convenience for c3p0's developer, not
  56. # really intended for other users. just leave blank
  57. #
  58. # note that virtual.host modifies a jboss-web.xml file,
  59. # will do nothing if you are deploying to some other
  60. # app server
  61. #
  62. #docwebapp.context.root=
  63. #docwebapp.virtual.host=
  64. #docwebear.deploy.user=
  65. #docwebear.deploy.host=
  66. #docwebear.deploy.path=