Sounds good, I didn't think of that property still being around. When I get my cvs checkout a little bit cleaner, I'll make the switch.
- Stephen > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 11:03 AM > To: Turbine Torque Developers List > Subject: Re: cvs commit: jakarta-turbine-torque/profile hsqldb.profile mysql.profile > postgres.profile > > Why not use maven.repo.local? > > [EMAIL PROTECTED] writes: > > > stephenh 2002/08/14 15:53:2 > > > > Modified: profile hsqldb.profile mysql.profile postgres.profile > > Log: > > Updated the torque.testDatabaseJar property for the jars I found on ibiblio, > assuming they're in the maven b5 repository instead of lib.repo. > > > > Revision Changes Path > > 1.4 +1 -1 jakarta-turbine-torque/profile/hsqldb.profile > > > > Index: hsqldb.profile > > > ===================================================== > ============== > > RCS file: /home/cvs/jakarta-turbine-torque/profile/hsqldb.profile,v > > retrieving revision 1.3 > > retrieving revision 1.4 > > diff -u -r1.3 -r1.4 > > --- hsqldb.profile 24 Jun 2002 19:56:03 -0000 1.3 > > +++ hsqldb.profile 14 Aug 2002 22:53:21 -0000 1.4 > > @@ -1,7 +1,7 @@ > > # location of jar that you will be using for testing > > # so that it can be copied into the dist/lib directory. > > > > -torque.testDatabaseJar = ${lib.repo}/hsqldb.jar > > +torque.testDatabaseJar = ${maven.home}/repository/hsqldb/jars/hsqldb.jar > > torque.idMethod = idbroker > > torque.defaultDatabase = bookstore > > > > > > > > > > 1.16 +2 -2 jakarta-turbine-torque/profile/mysql.profile > > > > Index: mysql.profile > > > ===================================================== > ============== > > RCS file: /home/cvs/jakarta-turbine-torque/profile/mysql.profile,v > > retrieving revision 1.15 > > retrieving revision 1.16 > > diff -u -r1.15 -r1.16 > > --- mysql.profile 9 Aug 2002 09:16:01 -0000 1.15 > > +++ mysql.profile 14 Aug 2002 22:53:21 -0000 1.16 > > @@ -1,7 +1,7 @@ > > -# location of jar that you will be using for testing > > +c# location of jar that you will be using for testing > > # so that it can be copied into the dist/lib directory. > > > > -torque.testDatabaseJar = ${lib.repo}/mm.mysql-2.0.13-bin.jar > > +torque.testDatabaseJar = > ${maven.home}/repository/mm.mysql/jars/mm.mysql-2.0.13-bin.jar > > torque.idMethod = idbroker > > #torque.idMethod = native > > torque.defaultDatabase = bookstore > > > > > > > > 1.13 +1 -1 jakarta-turbine-torque/profile/postgres.profile > > > > Index: postgres.profile > > > ===================================================== > ============== > > RCS file: /home/cvs/jakarta-turbine-torque/profile/postgres.profile,v > > retrieving revision 1.12 > > retrieving revision 1.13 > > diff -u -r1.12 -r1.13 > > --- postgres.profile 17 Jul 2002 11:11:12 -0000 1.12 > > +++ postgres.profile 14 Aug 2002 22:53:21 -0000 1.13 > > @@ -1,7 +1,7 @@ > > # location of jar that you will be using for testing > > # so that it can be copied into the dist/lib directory. > > > > -torque.testDatabaseJar = ${lib.repo}/postgres-7.3-dev.jar > > +torque.testDatabaseJar = > ${maven.home}/repository/postgresql/jars/postgresql-7.2.jar > > torque.idMethod = idbroker > > #torque.idMethod = native > > torque.defaultDatabase = bookstore > > > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:turbine-torque-dev- > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:turbine-torque-dev- > [EMAIL PROTECTED]> > > > > -- > > Daniel Rall <[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:turbine-torque-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-torque-dev- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
