blob: f9bceb03d4f0d1c1a45bf3833c3cd424811bd1b4 [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="persistence" default="usage" basedir=".">
&commonSetup;
&commonBuild;
&reporting;
<target name="all">
<antcall target="context"/>
<antcall target="eem_1slsb_2sfsbs"/>
<antcall target="eem_3sfsbs"/>
<antcall target="eem_adapted"/>
<antcall target="eem_injection"/>
<antcall target="eempropagation"/>
<antcall target="extendedem"/>
<antcall target="tx_propagation"/>
</target>
<target name="context">
<record name="context.output" action="start" />
<ant dir="context" target="all"/>
<record name="context.output" action="stop" />
</target>
<target name="eem_1slsb_2sfsbs">
<record name="eem_1slsb_2sfsbs.output" action="start" />
<ant dir="eem_1slsb_2sfsbs" target="all"/>
<record name="eem_1slsb_2sfsbs.output" action="stop" />
</target>
<target name="eem_3sfsbs">
<record name="eem_3sfsbs.output" action="start" />
<ant dir="eem_3sfsbs" target="all"/>
<record name="eem_3sfsbs.output" action="stop" />
</target>
<target name="eem_adapted">
<record name="eem_adapted.output" action="start" />
<ant dir="eem_adapted" target="all"/>
<record name="eem_adapted.output" action="stop" />
</target>
<target name="eem_injection">
<record name="eem_injection.output" action="start" />
<ant dir="eem_injection" target="all"/>
<record name="eem_injection.output" action="stop" />
</target>
<target name="eempropagation">
<record name="eempropagation.output" action="start" />
<ant dir="eempropagation" target="all"/>
<record name="eempropagation.output" action="stop" />
</target>
<target name="extendedem">
<record name="extendedem.output" action="start" />
<ant dir="extendedem" target="all"/>
<record name="extendedem.output" action="stop" />
</target>
<target name="tx_propagation">
<record name="tx_propagation.output" action="start" />
<ant dir="tx_propagation" target="all"/>
<record name="tx_propagation.output" action="stop" />
</target>
<target name="usage">
<echo>
Usage:
ant all (Executes all the ejb-ejb30-persistence tests)
</echo>
</target>
</project>