brianm 2005/03/08 19:07:25 Modified: . Tag: OJB_1_0_RELEASE build.properties Log: Checked in build.properties with postgresql selected by accident Changing back to hsqldb Revision Changes Path No revision No revision 1.64.2.6 +3 -3 db-ojb/build.properties Index: build.properties =================================================================== RCS file: /home/cvs/db-ojb/build.properties,v retrieving revision 1.64.2.5 retrieving revision 1.64.2.6 diff -u -r1.64.2.5 -r1.64.2.6 --- build.properties 9 Mar 2005 03:00:02 -0000 1.64.2.5 +++ build.properties 9 Mar 2005 03:07:25 -0000 1.64.2.6 @@ -21,7 +21,7 @@ # With the 'profile' property you can choose the RDBMS platform OJB is using # implemented profiles: # -#profile=hsqldb +profile=hsqldb # use the mssqldb-JSQLConnect profile for Microsoft SQL Server and # you will automatically JSQLConnect driver, from http://www.j-netdirect.com/ # MBAIRD: This is my driver of preference for MS SQL Server, I find the OEM'd @@ -35,7 +35,7 @@ #profile=oracle9i #profile=oracle9i-Seropto #profile=msaccess -profile=postgresql +#profile=postgresql #profile=informix #profile=sybase #profile=sapdb
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
