Update of /cvsroot/babeldoc/babeldoc/modules/sql/config/resource
In directory sc8-pr-cvs1:/tmp/cvs-serv6089/sql/config/resource
Modified Files:
babel-config.properties babel-journal.properties
babel-user.properties
Log Message:
Resources now are Configurable. Added dbDriver configuration option to sql resources. Lots of work on the resources - made things more logical from a SW POV. Added Null scanner.
Index: babel-config.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/sql/config/resource/babel-config.properties,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** babel-config.properties 24 Feb 2003 22:47:21 -0000 1.1.1.1
--- babel-config.properties 15 Aug 2003 00:25:30 -0000 1.2
***************
*** 5,6 ****
--- 5,7 ----
dbPassword=babel
dbUrl=jdbc:mysql://localhost/babel_config
+ dbDriver=org.gjt.mm.mysql.Driver
Index: babel-journal.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/sql/config/resource/babel-journal.properties,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** babel-journal.properties 24 Feb 2003 22:47:21 -0000 1.1.1.1
--- babel-journal.properties 15 Aug 2003 00:25:30 -0000 1.2
***************
*** 5,6 ****
--- 5,7 ----
dbPassword=babel
dbUrl=jdbc:mysql://localhost/babel_journal
+ dbDriver=org.gjt.mm.mysql.Driver
Index: babel-user.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/sql/config/resource/babel-user.properties,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** babel-user.properties 24 Feb 2003 22:47:21 -0000 1.1.1.1
--- babel-user.properties 15 Aug 2003 00:25:30 -0000 1.2
***************
*** 1,6 ****
# Type is required.
! type=simple
dbUser=babel
dbPassword=babel
dbUrl=jdbc:mysql://localhost/babel_user
--- 1,7 ----
# Type is required.
! type=jdbc
dbUser=babel
dbPassword=babel
dbUrl=jdbc:mysql://localhost/babel_user
+ dbDriver=org.gjt.mm.mysql.Driver
|