mpoeschl 2002/07/17 04:11:12
Modified: profile mysql.profile postgres.profile
Log:
update my testprofiles
Revision Changes Path
1.14 +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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mysql.profile 24 Jun 2002 19:56:03 -0000 1.13
+++ mysql.profile 17 Jul 2002 11:11:12 -0000 1.14
@@ -3,6 +3,7 @@
torque.testDatabaseJar = ${lib.repo}/mm.mysql-2.0.13-bin.jar
torque.idMethod = idbroker
+#torque.idMethod = native
torque.defaultDatabase = bookstore
torque.sqlTest.defaultDatabase = sqltest
1.12 +3 -3 jakarta-turbine-torque/profile/postgres.profile
Index: postgres.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/postgres.profile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- postgres.profile 24 Jun 2002 19:56:03 -0000 1.11
+++ postgres.profile 17 Jul 2002 11:11:12 -0000 1.12
@@ -1,7 +1,7 @@
# location of jar that you will be using for testing
# so that it can be copied into the dist/lib directory.
-torque.testDatabaseJar = ${lib.repo}/postgres7.2dev.jar
+torque.testDatabaseJar = ${lib.repo}/postgres-7.3-dev.jar
torque.idMethod = idbroker
#torque.idMethod = native
torque.defaultDatabase = bookstore
@@ -70,8 +70,8 @@
buildDatabaseUrl = jdbc:postgresql://127.0.0.1:5432/bookstore
databaseUrl = jdbc:postgresql://127.0.0.1:5432/bookstore
databaseDriver = org.postgresql.Driver
-databaseUser = mpoeschl
-databasePassword =
+databaseUser = torque
+databasePassword = torque
databaseHost = 127.0.0.1
# Tells JDBC task that javaName attribute for the tables and columns
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>