blob: 278c32c5a67bb1e11bf13857d87ffa9e1ea22be9 [file] [log] [blame]
<project name="samples" default="all">
<path id="axis.classpath">
<fileset dir="../../lib">
<include name="*.jar"/>
</fileset>
<pathelement location="./amazonQS.jar"/>
</path>
<target name="cq">
<java classname="sample.amazon.amazonSimpleQueueService.RunGUICQ" classpathref="axis.classpath" fork="true"/>
</target>
<target name="rq">
<java classname="sample.amazon.amazonSimpleQueueService.RunGUIRQ" classpathref="axis.classpath" fork="true"/>
</target>
<target name="all" depends="cq,rq"/>
</project>