jvanzyl 01/11/14 18:52:11
Modified: profile jvz.postgres.profile mysql.profile oracle.profile
postgres.profile
Log:
- updating the profiles to match the changes i made
Revision Changes Path
1.3 +6 -1 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jvz.postgres.profile 2001/11/05 23:51:52 1.2
+++ jvz.postgres.profile 2001/11/15 02:52:11 1.3
@@ -6,6 +6,11 @@
torque.defaultDatabase = bookstore
torque.databaseAdapter = DBPostgres
+torque.sqlTest.defaultDatabase = sqltest
+torque.sqlTest.databaseUrl = jdbc:postgresql://127.0.0.1:5432/sqltest
+
+lib.dir = ../lib
+
# -------------------------------------------------------------------
#
# T O R Q U E C O N F I G U R A T I O N F I L E
@@ -81,7 +86,7 @@
#
# -------------------------------------------------------------------
-templatePath = templates
+templatePath = ../templates
# -------------------------------------------------------------------
#
1.4 +6 -1 jakarta-turbine-torque/profile/mysql.profile
Index: mysql.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/mysql.profile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mysql.profile 2001/11/08 11:19:18 1.3
+++ mysql.profile 2001/11/15 02:52:11 1.4
@@ -6,6 +6,11 @@
torque.defaultDatabase = bookstore
torque.databaseAdapter = DBMM
+torque.sqlTest.defaultDatabase = sqltest
+torque.sqlTest.databaseUrl = jdbc:mysql://localhost:3306/sqltest
+
+lib.dir = ../lib
+
# -------------------------------------------------------------------
#
# T O R Q U E C O N F I G U R A T I O N F I L E
@@ -81,7 +86,7 @@
#
# -------------------------------------------------------------------
-templatePath = templates
+templatePath = ../templates
# -------------------------------------------------------------------
#
1.4 +6 -1 jakarta-turbine-torque/profile/oracle.profile
Index: oracle.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/oracle.profile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- oracle.profile 2001/11/08 11:19:18 1.3
+++ oracle.profile 2001/11/15 02:52:11 1.4
@@ -6,6 +6,11 @@
torque.defaultDatabase = bookstore
torque.databaseAdapter = DBOracle
+torque.sqlTest.defaultDatabase = sqltest
+torque.sqlTest.databaseUrl = ??
+
+lib.dir = ../lib
+
# -------------------------------------------------------------------
#
# T O R Q U E C O N F I G U R A T I O N F I L E
@@ -82,7 +87,7 @@
#
# -------------------------------------------------------------------
-templatePath = templates
+templatePath = ../templates
# -------------------------------------------------------------------
#
1.4 +6 -1 jakarta-turbine-torque/profile/postgres.profile
Index: postgres.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/postgres.profile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- postgres.profile 2001/11/08 11:19:18 1.3
+++ postgres.profile 2001/11/15 02:52:11 1.4
@@ -6,6 +6,11 @@
torque.defaultDatabase = bookstore
torque.databaseAdapter = DBPostgres
+torque.sqlTest.defaultDatabase = sqltest
+torque.sqlTest.databaseUrl = jdbc:postgresql://127.0.0.1:5432/sqltest
+
+lib.dir = ../lib
+
# -------------------------------------------------------------------
#
# T O R Q U E C O N F I G U R A T I O N F I L E
@@ -81,7 +86,7 @@
#
# -------------------------------------------------------------------
-templatePath = templates
+templatePath = ../templates
# -------------------------------------------------------------------
#
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>