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:
@@ -10,13 +10,10 @@
|
||||
<target name="init">
|
||||
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant">
|
||||
<classpath>
|
||||
<pathelement location="${basedir}/../maven-artifact-ant-2.0.4-dep.jar"/>
|
||||
<pathelement location="${basedir}/../../../maven-artifact-ant-2.0.4-dep.jar"/>
|
||||
</classpath>
|
||||
</typedef>
|
||||
|
||||
<!-- <artifact:remoteRepository id="java.net" url="https://maven-repository.dev.java.net/nonav/repository" -->
|
||||
<!-- layout="legacy"/> -->
|
||||
|
||||
<artifact:dependencies pathId="generate.classpath">
|
||||
<dependency groupId="axis" artifactId="axis-ant" version="1.4"/>
|
||||
<dependency groupId="axis" artifactId="axis" version="1.4"/>
|
||||
@@ -25,11 +22,7 @@
|
||||
<artifact:dependencies pathId="compile.classpath">
|
||||
<dependency groupId="axis" artifactId="axis" version="1.4"/>
|
||||
</artifact:dependencies>
|
||||
<!-- -->
|
||||
<!-- <artifact:dependencies pathId="runtime.classpath"> -->
|
||||
<!-- <remoteRepository refid="java.net" /> -->
|
||||
<!-- <dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/> -->
|
||||
<!-- </artifact:dependencies> -->
|
||||
|
||||
</target>
|
||||
|
||||
<target name="generate" depends="init">
|
||||
|
||||
Reference in New Issue
Block a user