blob: 094ffd7909df6b144ce8aafda5e14673033ee331 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE project [
<!--
Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<!ENTITY commonSetup SYSTEM "../../../../../config/properties.xml">
<!ENTITY commonBuild SYSTEM "../../../../../config/common.xml">
<!ENTITY reporting SYSTEM "../../../report.xml">
]>
<project name="jms-injection" default="usage" basedir=".">
&commonSetup;
&commonBuild;
&reporting;
<target name="all">
<antcall target="jmsContextDefaultInjection"/>
<antcall target="jmsContextInjectionA"/>
<antcall target="jmsContextInjectionB"/>
<antcall target="jmsContextInjectionC"/>
<antcall target="jmsContextInjectionD"/>
<antcall target="jmsContextInjectionE"/>
<antcall target="jmsContextInjectionF"/>
<antcall target="jmsContextInjectionG"/>
<antcall target="jmsContextInjectionH"/>
<antcall target="jmsContextInjectionJ"/>
<antcall target="jmsContextInjectionK"/>
</target>
<target name="jmsContextDefaultInjection">
<record name="jmsContextDefaultInjection.output" action="start" />
<ant dir="jmsContextDefaultInjection" target="all"/>
<record name="jmsContextDefaultInjection.output" action="stop" />
</target>
<target name="jmsContextInjectionA">
<record name="jmsContextInjectionA.output" action="start" />
<ant dir="jmsContextInjectionA" target="all"/>
<record name="jmsContextInjectionA.output" action="stop" />
</target>
<target name="jmsContextInjectionB">
<record name="jmsContextInjectionB.output" action="start" />
<ant dir="jmsContextInjectionB" target="all"/>
<record name="jmsContextInjectionB.output" action="stop" />
</target>
<target name="jmsContextInjectionC">
<record name="jmsContextInjectionC.output" action="start" />
<ant dir="jmsContextInjectionC" target="all"/>
<record name="jmsContextInjectionC.output" action="stop" />
</target>
<target name="jmsContextInjectionD">
<record name="jmsContextInjectionD.output" action="start" />
<ant dir="jmsContextInjectionD" target="all"/>
<record name="jmsContextInjectionD.output" action="stop" />
</target>
<target name="jmsContextInjectionE">
<record name="jmsContextInjectionE.output" action="start" />
<ant dir="jmsContextInjectionE" target="all"/>
<record name="jmsContextInjectionE.output" action="stop" />
</target>
<target name="jmsContextInjectionF">
<record name="jmsContextInjectionF.output" action="start" />
<ant dir="jmsContextInjectionF" target="all"/>
<record name="jmsContextInjectionF.output" action="stop" />
</target>
<target name="jmsContextInjectionG">
<record name="jmsContextInjectionG.output" action="start" />
<ant dir="jmsContextInjectionG" target="all"/>
<record name="jmsContextInjectionG.output" action="stop" />
</target>
<target name="jmsContextInjectionH">
<record name="jmsContextInjectionH.output" action="start" />
<ant dir="jmsContextInjectionH" target="all"/>
<record name="jmsContextInjectionH.output" action="stop" />
</target>
<target name="jmsContextInjectionJ">
<record name="jmsContextInjectionJ.output" action="start" />
<ant dir="jmsContextInjectionJ" target="all"/>
<record name="jmsContextInjectionJ.output" action="stop" />
</target>
<target name="jmsContextInjectionK">
<record name="jmsContextInjectionK.output" action="start" />
<ant dir="jmsContextInjectionK" target="all"/>
<record name="jmsContextInjectionK.output" action="stop" />
</target>
<target name="usage">
<echo>
Usage:
ant all (Executes all the jms tests)
</echo>
</target>
</project>