You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2001/12/18 22:59:18 UTC

cvs commit: jakarta-turbine-torque/profile dobbs.oracle.profile dobbs.postgresql.profile dobbs.sapdb.profile jvz.mysql.profile jvz.postgres.profile mysql.profile oracle.profile postgres.profile sybase.profile

mpoeschl    01/12/18 13:59:18

  Modified:    profile  dobbs.oracle.profile dobbs.postgresql.profile
                        dobbs.sapdb.profile jvz.mysql.profile
                        jvz.postgres.profile mysql.profile oracle.profile
                        postgres.profile sybase.profile
  Log:
  add DocControlTemplate to test profiles
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-turbine-torque/profile/dobbs.oracle.profile
  
  Index: dobbs.oracle.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/dobbs.oracle.profile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dobbs.oracle.profile	2001/11/29 01:38:39	1.1
  +++ dobbs.oracle.profile	2001/12/18 21:59:18	1.2
  @@ -100,6 +100,7 @@
   DataDTDControlTemplate = data/Control.vm
   DataDumpControlTemplate = data/dump/Control.vm
   DataSQLControlTemplate = sql/load/Control.vm
  +DocControlTemplate = doc/Control.vm
   
   # -------------------------------------------------------------------
   # 
  
  
  
  1.3       +1 -0      jakarta-turbine-torque/profile/dobbs.postgresql.profile
  
  Index: dobbs.postgresql.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/dobbs.postgresql.profile,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dobbs.postgresql.profile	2001/11/29 01:38:39	1.2
  +++ dobbs.postgresql.profile	2001/12/18 21:59:18	1.3
  @@ -99,6 +99,7 @@
   DataDTDControlTemplate = data/Control.vm
   DataDumpControlTemplate = data/dump/Control.vm
   DataSQLControlTemplate = sql/load/Control.vm
  +DocControlTemplate = doc/Control.vm
   
   # -------------------------------------------------------------------
   # 
  
  
  
  1.2       +1 -0      jakarta-turbine-torque/profile/dobbs.sapdb.profile
  
  Index: dobbs.sapdb.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/dobbs.sapdb.profile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dobbs.sapdb.profile	2001/11/29 01:38:39	1.1
  +++ dobbs.sapdb.profile	2001/12/18 21:59:18	1.2
  @@ -99,6 +99,7 @@
   DataDTDControlTemplate = data/Control.vm
   DataDumpControlTemplate = data/dump/Control.vm
   DataSQLControlTemplate = sql/load/Control.vm
  +DocControlTemplate = doc/Control.vm
   
   # -------------------------------------------------------------------
   # 
  
  
  
  1.5       +1 -0      jakarta-turbine-torque/profile/jvz.mysql.profile
  
  Index: jvz.mysql.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/jvz.mysql.profile,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jvz.mysql.profile	2001/11/24 17:42:38	1.4
  +++ jvz.mysql.profile	2001/12/18 21:59:18	1.5
  @@ -99,6 +99,7 @@
   DataDTDControlTemplate = data/Control.vm
   DataDumpControlTemplate = data/dump/Control.vm
   DataSQLControlTemplate = sql/load/Control.vm
  +DocControlTemplate = doc/Control.vm
   
   # -------------------------------------------------------------------
   # 
  
  
  
  1.6       +1 -0      jakarta-turbine-torque/profile/jvz.postgres.profile
  
  Index: jvz.postgres.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/jvz.postgres.profile,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jvz.postgres.profile	2001/11/24 17:42:38	1.5
  +++ jvz.postgres.profile	2001/12/18 21:59:18	1.6
  @@ -99,6 +99,7 @@
   DataDTDControlTemplate = data/Control.vm
   DataDumpControlTemplate = data/dump/Control.vm
   DataSQLControlTemplate = sql/load/Control.vm
  +DocControlTemplate = doc/Control.vm
   
   # -------------------------------------------------------------------
   # 
  
  
  
  1.7       +1 -0      jakarta-turbine-torque/profile/mysql.profile
  
  Index: mysql.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/mysql.profile,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mysql.profile	2001/11/24 17:42:38	1.6
  +++ mysql.profile	2001/12/18 21:59:18	1.7
  @@ -99,6 +99,7 @@
   DataDTDControlTemplate = data/Control.vm
   DataDumpControlTemplate = data/dump/Control.vm
   DataSQLControlTemplate = sql/load/Control.vm
  +DocControlTemplate = doc/Control.vm
   
   # -------------------------------------------------------------------
   # 
  
  
  
  1.8       +3 -1      jakarta-turbine-torque/profile/oracle.profile
  
  Index: oracle.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/oracle.profile,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- oracle.profile	2001/11/24 17:42:38	1.7
  +++ oracle.profile	2001/12/18 21:59:18	1.8
  @@ -2,7 +2,8 @@
   # so that it can be copied into the dist/lib directory.
   
   torque.testDatabaseJar = ${lib.repo}/classes12.jar
  -torque.idMethod = idbroker
  +#torque.idMethod = idbroker
  +torque.idMethod = native
   torque.defaultDatabase = bookstore
   
   torque.sqlTest.defaultDatabase = sqltest
  @@ -100,6 +101,7 @@
   DataDTDControlTemplate = data/Control.vm
   DataDumpControlTemplate = data/dump/Control.vm
   DataSQLControlTemplate = sql/load/Control.vm
  +DocControlTemplate = doc/Control.vm
   
   # -------------------------------------------------------------------
   # 
  
  
  
  1.7       +2 -0      jakarta-turbine-torque/profile/postgres.profile
  
  Index: postgres.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/postgres.profile,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- postgres.profile	2001/11/24 17:42:38	1.6
  +++ postgres.profile	2001/12/18 21:59:18	1.7
  @@ -3,6 +3,7 @@
   
   torque.testDatabaseJar = ${lib.repo}/postgres7.2dev.jar
   torque.idMethod = idbroker
  +#torque.idMethod = native
   torque.defaultDatabase = bookstore
   
   torque.sqlTest.defaultDatabase = sqltest
  @@ -99,6 +100,7 @@
   DataDTDControlTemplate = data/Control.vm
   DataDumpControlTemplate = data/dump/Control.vm
   DataSQLControlTemplate = sql/load/Control.vm
  +DocControlTemplate = doc/Control.vm
   
   # -------------------------------------------------------------------
   # 
  
  
  
  1.2       +1 -0      jakarta-turbine-torque/profile/sybase.profile
  
  Index: sybase.profile
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/profile/sybase.profile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sybase.profile	2001/12/14 22:14:06	1.1
  +++ sybase.profile	2001/12/18 21:59:18	1.2
  @@ -99,6 +99,7 @@
   DataDTDControlTemplate = data/Control.vm
   DataDumpControlTemplate = data/dump/Control.vm
   DataSQLControlTemplate = sql/load/Control.vm
  +DocControlTemplate = doc/Control.vm
   
   # -------------------------------------------------------------------
   # 
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>