You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by jm...@apache.org on 2002/12/09 22:11:48 UTC

cvs commit: jakarta-turbine-torque/profile jmcnally.profile

jmcnally    2002/12/09 13:11:48

  Modified:    profile  jmcnally.profile
  Log:
  update my mysql test profile
  
  Revision  Changes    Path
  1.6       +5 -5      jakarta-turbine-torque/profile/jmcnally.profile
  
  Index: jmcnally.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/jmcnally.profile,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jmcnally.profile	14 Sep 2002 22:35:06 -0000	1.5
  +++ jmcnally.profile	9 Dec 2002 21:11:47 -0000	1.6
  @@ -8,7 +8,7 @@
   torque.sqlTest.defaultDatabase = sqltest
   torque.sqlTest.databaseUrl = jdbc:mysql://localhost:3306/sqltest
   
  -lib.dir = ../lib
  +lib.dir = lib
   
   # -------------------------------------------------------------------
   #
  @@ -68,10 +68,10 @@
   
   torque.database.createUrl = jdbc:mysql://localhost:3306/mysql
   torque.database.buildUrl = jdbc:mysql://localhost:3306/bookstore
  -databaseUrl = jdbc:mysql://localhost:3306/bookstore
  -databaseDriver = org.gjt.mm.mysql.Driver
  -databaseUser = root
  -databasePassword =
  +torque.database.url = jdbc:mysql://localhost:3306/bookstore
  +torque.database.driver = org.gjt.mm.mysql.Driver
  +torque.database.user = root
  +torque.database.password =
   
   # Tells JDBC task that javaName attribute for the tables and columns
   # should be made same as SQL name.