build.properties 798 B

123456789101112131415161718192021222324252627
  1. # $Id: build.properties 1260 2009-10-26 20:43:51Z francois $
  2. #
  3. # This is a project-specific build.properties file. The properties
  4. # in this file override anything set in Propel's top-level build.properties
  5. # file when *this* project is being built.
  6. #
  7. # See top-level build.properties-sample for explanation of configuration
  8. # options.
  9. #
  10. # Because this file is included before the top-level build.properties file,
  11. # you cannot refer to any properties set therein.
  12. propel.targetPackage = treetest
  13. propel.project = treetest
  14. propel.database = sqlite
  15. propel.database.url = sqlite:/var/tmp/treetest.db
  16. #propel.database = mysql
  17. #propel.database.url = mysql://localhost/test
  18. #propel.database = codebase
  19. #propel.database.url = odbc://localhost/Driver=CodeBaseOdbcStand;DBQ=test;?adapter=CodeBase