RESOLVED - issue BATCH-1414: Move schema scripts to a package

http://jira.springframework.org/browse/BATCH-1414
This commit is contained in:
dsyer
2009-09-25 08:30:27 +00:00
parent 6ef8865ce2
commit 79c86bf13d
19 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ batch.schema=
batch.jndi.name=
batch.naming.factory.initial=
batch.naming.provider.url=
batch.schema.script=schema-hsqldb.sql
batch.schema.script=org/springframework/batch/core/schema-hsqldb.sql
batch.business.schema.script=business-schema-hsqldb.sql
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
batch.lob.handler.class=org.springframework.jdbc.support.lob.DefaultLobHandler