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

@@ -8,4 +8,4 @@ batch.jdbc.url=jdbc:hsqldb:mem:testdb;sql.enforce_strict_size=true
batch.jdbc.user=sa
batch.jdbc.password=
batch.schema=
batch.schema.script=schema-hsqldb.sql
batch.schema.script=org/springframework/batch/core/schema-hsqldb.sql