Implemented SWS-83: airline sample now uses HSQLDB in memory to test.

Also using Maven2 profiles for the various database settings.
This commit is contained in:
Arjen Poutsma
2007-01-23 19:02:08 +00:00
parent 271277b11c
commit 0a7e736e7f
21 changed files with 307 additions and 81 deletions

View File

@@ -7,7 +7,7 @@
<target name="init">
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant">
<classpath>
<pathelement location="../maven-artifact-ant-2.0.4-dep.jar"/>
<pathelement location="${basedir}/../../../maven-artifact-ant-2.0.4-dep.jar"/>
</classpath>
</typedef>

View File

@@ -7,7 +7,7 @@
<target name="init">
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant">
<classpath>
<pathelement location="../maven-artifact-ant-2.0.4-dep.jar"/>
<pathelement location="${basedir}/../../../maven-artifact-ant-2.0.4-dep.jar"/>
</classpath>
</typedef>