arminw 2005/12/29 14:23:07 Modified: . Tag: OJB_1_0_RELEASE build.properties Log: Prepare for 1.0.4, set hsql as default test DB Revision Changes Path No revision No revision 1.64.2.15 +5 -5 db-ojb/build.properties Index: build.properties =================================================================== RCS file: /home/cvs/db-ojb/build.properties,v retrieving revision 1.64.2.14 retrieving revision 1.64.2.15 diff -u -r1.64.2.14 -r1.64.2.15 --- build.properties 21 Dec 2005 22:19:38 -0000 1.64.2.14 +++ build.properties 29 Dec 2005 22:23:07 -0000 1.64.2.15 @@ -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 @@ -40,7 +40,7 @@ #profile=sybase #profile=sapdb #profile=maxdb -profile=derby +#profile=derby ### # @@ -206,9 +206,9 @@ project-name=db-ojb major=1 minor=0 -build=4_rc-1 +build=4 version=${major}.${minor}.${build} -versiondate=2005-10-23 +versiondate=2005-12-30 ojb-filename-prefix=${project-name}-${version} #checkstyle.version.pattern=\\$Revision.*\\$
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
