Author: tfischer Date: Tue Oct 11 13:06:08 2005 New Revision: 312950 URL: http://svn.apache.org/viewcvs?rev=312950&view=rev Log: fix typo Modified: db/torque/test/trunk/profile/derby/project.properties Modified: db/torque/test/trunk/profile/derby/project.properties URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/derby/project.properties?rev=312950&r1=312949&r2=312950&view=diff ============================================================================== --- db/torque/test/trunk/profile/derby/project.properties (original) +++ db/torque/test/trunk/profile/derby/project.properties Tue Oct 11 13:06:08 2005 @@ -23,7 +23,7 @@ #settings that will go straight through to the generator torque.database.createUrl = jdbc:derby:net://localhost/test -torque.database.buildUrl = jjdbc:derby:net://localhost/test +torque.database.buildUrl = jdbc:derby:net://localhost/test torque.generateBeans = true #settings for both generator and runtime --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org