[hibernate-commits] Hibernate SVN: r10272 - branches/Branch_3_2/Hibernate3/etc

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 15 17:21:00 EDT 2006


Author: steve.ebersole at jboss.com
Date: 2006-08-15 17:20:44 -0400 (Tue, 15 Aug 2006)
New Revision: 10272

Modified:
   branches/Branch_3_2/Hibernate3/etc/hibernate.properties
Log:
HHH-2005 : port to 3.2 branch: new build script; build dir layout changes

Modified: branches/Branch_3_2/Hibernate3/etc/hibernate.properties
===================================================================
--- branches/Branch_3_2/Hibernate3/etc/hibernate.properties	2006-08-15 21:18:09 UTC (rev 10271)
+++ branches/Branch_3_2/Hibernate3/etc/hibernate.properties	2006-08-15 21:20:44 UTC (rev 10272)
@@ -30,15 +30,16 @@
 hibernate.connection.driver_class org.hsqldb.jdbcDriver
 hibernate.connection.username sa
 hibernate.connection.password
+hibernate.connection.url jdbc:hsqldb:./build/db/hsqldb/hibernate
 #hibernate.connection.url jdbc:hsqldb:hsql://localhost
 #hibernate.connection.url jdbc:hsqldb:test
-hibernate.connection.url jdbc:hsqldb:.
 
 ## H2 (www.h2database.com)
 #hibernate.dialect org.hibernate.dialect.H2Dialect
 #hibernate.connection.driver_class org.h2.Driver
 #hibernate.connection.username sa
-#hibernate.connection.password 
+#hibernate.connection.password
+#hibernate.connection.url jdbc:h2:mem:./build/db/h2/hibernate
 #hibernate.connection.url jdbc:h2:testdb/h2test
 #hibernate.connection.url jdbc:h2:mem:imdb1
 #hibernate.connection.url jdbc:h2:tcp://dbserv:8084/sample; 	
@@ -115,7 +116,7 @@
 #hibernate.connection.driver_class org.apache.derby.jdbc.EmbeddedDriver
 #hibernate.connection.username
 #hibernate.connection.password
-#hibernate.connection.url jdbc:derby:/test;create=true
+#hibernate.connection.url jdbc:derby:build/db/derby/hibernate;create=true
 
 
 ## Sybase




More information about the hibernate-commits mailing list