kaz 02/05/09 16:07:37 Modified: src/conf build.properties Log: Looks like this file was not updated when 'buildDatabaseUrl' was added. Revision Changes Path 1.13 +1 -0 jakarta-turbine-torque/src/conf/build.properties Index: build.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build.properties,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- build.properties 10 Apr 2002 21:21:25 -0000 1.12 +++ build.properties 9 May 2002 23:07:37 -0000 1.13 @@ -90,6 +90,7 @@ # ------------------------------------------------------------------- createDatabaseUrl = jdbc:postgresql://127.0.0.1:5432/template1 +buildDatabaseUrl = jdbc:postgresql://127.0.0.1:5432/bookstore databaseUrl = jdbc:postgresql://127.0.0.1:5432/bookstore databaseDriver = org.postgresql.Driver databaseUser = jvanzyl
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
