Switch driver class for H2 (fixes build?)

This commit is contained in:
dsyer
2009-12-19 21:11:03 +00:00
parent 41be879d55
commit 159a29216e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Placeholders batch.*
# for H2:
batch.jdbc.driver=org.h2.jdbc.JdbcConnection
batch.jdbc.driver=org.h2.Driver
batch.jdbc.url=jdbc:h2:file:target/data/h2
batch.jdbc.user=sa
batch.jdbc.password=