Remove separate build for schema in tests

This commit is contained in:
dsyer
2008-03-25 08:41:39 +00:00
parent 49e081d9b2
commit 30a102101b

View File

@@ -130,20 +130,6 @@
<tasks>
<typedef resource="foundrylogic/vpp/typedef.properties" />
<taskdef resource="foundrylogic/vpp/taskdef.properties" />
<!-- Scripts for DAO tests - N.B. under source control. -->
<vppcopy todir="${basedir}/src/test/resources" overwrite="true">
<config>
<context>
<property key="includes" value="src/main/sql" />
<property file="${basedir}/src/main/sql/hsqldb.properties" />
</context>
<engine>
<property key="velocimacro.library" value="src/main/sql/hsqldb.vpp" />
</engine>
</config>
<fileset dir="${basedir}/src/main/sql" includes="*.sql.vpp" excludes="schema*" />
<mapper type="glob" from="*.sql.vpp" to="*.sql" />
</vppcopy>
<!-- Reference script for HSQLDB - N.B. not under source control, but packagaed in jar. -->
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
<config>