| <!-- | 
 |  | 
 |     Copyright (c) 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 | 
 |  | 
 | --> | 
 |  | 
 |  | 
 | <property name="module" value="jsr208-integration"/> | 
 | <property name="appname" value="${module}"/> | 
 | <property name="assemble" value="${build.classes.dir}/archive"/> | 
 | <property name="web.xml" value=".consumer//web.xml"/> | 
 | <property name="sun-web.xml" value="./consumer/sun-web.xml"/> | 
 | <property name="broker.password.file" value="./broker_passfile"/> | 
 | <property name="domain.name" value="domain2"/> | 
 | <property name="domain2.admin.port" value="5848"/> | 
 | <property name="domain2.instance.port" value="9080"/> | 
 | <property name="domain2.jmx.port" value="9686"/> | 
 | <property name="domain2.jms.port" value="8676"/> | 
 | <property name="domain2.orb.listener.port" value="93809"/> | 
 | <property name="domain2.http.ssl.port" value="9181"/> | 
 | <property name="domain2.orb.mutualauth.port" value="93810"/> | 
 | <property name="imq.broker.port" value="7676"/> | 
 | <property name="jms-provider-assembly" value="client_ejb_provider_assembly"/> | 
 | <property name="jms-provider-su" value="client_ejb_provider_su"/> | 
 | <property name="jms-provider-su-dir" value="provider/jms-binding-su"/> | 
 | <property name="jms-consumer-assembly" value="client_ejb_consumer_assembly"/> | 
 | <property name="jms-consumer-su" value="client_ejb_consumer_su"/> | 
 | <property name="jms-consumer-su-dir" value="consumer/jms-binding-su"/> | 
 | <property name="QueueConnectionFactory" value="jakarta.jms.QueueConnectionFactory"/> | 
 | <property name="Queue" value="jakarta.jms.Queue"/> |