jvanzyl     01/09/21 09:34:37

  Modified:    profile  t2-tc4-postgresql.profile
  Log:
  - i'm specifying
  
    build.databaseUrl
  
    in all the profiles right now instead of trying to wrangle
    the build files.
  
    the build.databaseUrl is used for dbs that store the database in
    the filesystem, like hypersonic and idb i suppose.
  
  Revision  Changes    Path
  1.3       +1 -0      jakarta-turbine-tdk/profile/t2-tc4-postgresql.profile
  
  Index: t2-tc4-postgresql.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/profile/t2-tc4-postgresql.profile,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- t2-tc4-postgresql.profile 2001/09/21 16:31:31     1.2
  +++ t2-tc4-postgresql.profile 2001/09/21 16:34:37     1.3
  @@ -6,6 +6,7 @@
   tdk.servletContainer = tomcat4
   database = postgresql
   databaseUrl = jdbc:postgresql://localhost:5432/newapp
  +build.databaseUrl = jdbc:postgresql://localhost:5432/newapp
   databaseDriver = org.postgresql.Driver
   databaseUser = turbine
   databasePassword = turbine
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to