Guest User

Untitled

a guest
Oct 24th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. ########
  2. #The following file is used to define runtime properties that will read by ant tasks.
  3. #if you need to override any of them,
  4. #then create a file in your home directory called .build.properties that contains only the override properties.
  5. #########
  6.  
  7. #required
  8. maven.home=C:mavenapache-maven-3.5.0-srcapache-maven-3.5.0apache-mavensrc
  9.  
  10. #optional, used in tomcat-jrebel tasks. This should point to the JRebel 6 agent.
  11.  
  12. # Windows, 32/64
  13. # jrebel.path=C:/path/to/jrebel/lib/jrebel64.dll
  14. #
  15. # Linux, 32/64
  16. # jrebel.path=/usr/lib/jrebel/lib/libjrebel64.so
  17. #
  18. # OSX, 32/64
  19. # jrebel.path=/usr/lib/jrebel/lib/libjrebel64.dylib
  20.  
  21. jrebel.path=/usr/lib/jrebel/jrebel.jar
  22.  
  23. #Required for correct operation of some 3rd party modules
  24. #Relative paths are from the ant build.xml files, so site/build.xml and admin/build.xml.
  25. spring.instrument.path=./lib/spring-instrument-4.1.6.RELEASE.jar
  26.  
  27. # Connection properties for the database given to Tomcat in build.xml and used by META-INF/context.xml
  28. database.user=tad
  29. database.password=tad
  30. database.driver=org.postgresql.Driver
  31. database.url=jdbc:postgresql://localhost:0000/db
  32.  
  33.  
  34.  
  35. ########
  36. #The following file is used to define runtime properties that will read by ant tasks.
  37. #if you need to override any of them,
  38. #then create a file in your home directory called .build.properties that contains only the override properties.
  39. #########
  40.  
  41. #required
  42. maven.home=C:mavenapache-maven-3.5.0-srcapache-maven-3.5.0apache-mavensrc
  43.  
  44. #optional, used in tomcat-jrebel tasks. This should point to the JRebel 6 agent.
  45.  
  46. # Windows, 32/64
  47. # jrebel.path=C:/path/to/jrebel/lib/jrebel64.dll
  48. #
  49. # Linux, 32/64
  50. # jrebel.path=/usr/lib/jrebel/lib/libjrebel64.so
  51. #
  52. # OSX, 32/64
  53. # jrebel.path=/usr/lib/jrebel/lib/libjrebel64.dylib
  54.  
  55. jrebel.path=/usr/lib/jrebel/jrebel.jar
  56.  
  57. #Required for correct operation of some 3rd party modules
  58. #Relative paths are from the ant build.xml files, so site/build.xml and admin/build.xml.
  59. spring.instrument.path=./lib/spring-instrument-4.1.6.RELEASE.jar
  60.  
  61. # Connection properties for the database given to Tomcat in build.xml and used by META-INF/context.xml
  62. database.user=tad
  63. database.password=tad
  64. database.driver=org.postgresql.Driver
  65. database.url=jdbc:postgresql://localhost:0000/db
Add Comment
Please, Sign In to add comment