[hibernate-commits] Hibernate SVN: r10268 - trunk/Hibernate3/etc

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 15 17:06:43 EDT 2006


Author: steve.ebersole at jboss.com
Date: 2006-08-15 17:06:27 -0400 (Tue, 15 Aug 2006)
New Revision: 10268

Modified:
   trunk/Hibernate3/etc/hibernate.properties
Log:
build dir layout changes

Modified: trunk/Hibernate3/etc/hibernate.properties
===================================================================
--- trunk/Hibernate3/etc/hibernate.properties	2006-08-15 20:58:22 UTC (rev 10267)
+++ trunk/Hibernate3/etc/hibernate.properties	2006-08-15 21:06:27 UTC (rev 10268)
@@ -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