BATCH-1509: added parser and XSD changes

fixed a comment...
This commit is contained in:
Josh Long
2010-12-02 01:28:09 -08:00
committed by Dave Syer
parent 83ab17157f
commit fdd153db9f
15 changed files with 231 additions and 148 deletions

View File

@@ -40,6 +40,9 @@
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId><artifactId>h2</artifactId><version>1.2.132</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>