| <?xml version="1.0" encoding="ISO-8859-1"?> |
| <!-- |
| |
| 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 |
| |
| --> |
| |
| <!DOCTYPE project [ |
| ]> |
| |
| <project name="webservice ejb annotations" default="all" basedir="."> |
| <target name="all"> |
| <ant dir="noname" target="all"/> |
| <ant dir="nointf" target="all"/> |
| <ant dir="security" target="all"/> |
| <ant dir="provider" target="all" /> |
| <ant dir="oneway" target="all"/> |
| <ant dir="wsctxtinterceptor" target="all"/> |
| <ant dir="ejbclient" target="all"/> |
| <ant dir="msgctxt" target="all"/> |
| <ant dir="asyncejbclient" target="all"/> |
| <ant dir="serviceejbclient" target="all"/> |
| <ant dir="portejbclient" target="all"/> |
| <ant dir="localremoteejbwebservice" target="all"/> |
| <ant dir="libdependent" target="all"/> |
| <ant dir="messagectxt" target="all"/> |
| <ant dir="singleton" target="all"/> |
| <ant dir="msgctxinterceptor" target="all"/> |
| <ant dir="ejbwebservicesinwar" target="all"/> |
| <ant dir="ejbwebservicesinwar-2" target="all"/> |
| <ant dir="ejbwebservicesinwar-3" target="all"/> |
| <ant dir="ejbwebservicesinwar-sessioncontext" target="all"/> |
| <ant dir="ejbwebservicesinwar-interceptor" target="all"/> |
| <ant dir="ejbservletwebservicesinwar" target="all"/> |
| <ant dir="async" target="all"/> |
| <ant dir="bigint" target="all"/> |
| <ant dir="libdependent" target="all"/> |
| <ant dir="libdependent-2" target="all"/> |
| <ant dir="svchandler" target="all"/> |
| <ant dir="wsctxt" target="all"/> |
| <ant dir="sessionctx" target="all"/> |
| <ant dir="wsnameejbname" target="all"/> |
| <ant dir="dependencynoinjection" target="all"/> |
| <ant dir="exception" target="all"/> |
| <ant dir="methodinjection" target="all"/> |
| <ant dir="invalidmethodinjection" target="all"/> |
| <ant dir="portdependencynoinjection" target="all"/> |
| <ant dir="portfieldinjection" target="all"/> |
| <ant dir="portmethodinjection" target="all"/> |
| <ant dir="wsRef-webservice-features" target="all"/> |
| </target> |
| </project> |