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

@@ -5,7 +5,7 @@
<property name="dataSource" ref="dataSource" />
<property name="initScripts">
<list>
<value>schema-hsqldb.sql</value>
<value>org/springframework/batch/core/schema-hsqldb.sql</value>
<value>foo.sql</value>
</list>
</property>