summaryrefslogtreecommitdiff
path: root/java/jca/example/build.xml
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2012-02-01 23:56:28 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2012-02-01 23:56:28 +0000
commit383b58fed70714329ebc0833b5867b23bbb5cb23 (patch)
treeb115967a6ea3f6d762c4dc69aa7733b962422898 /java/jca/example/build.xml
parent8e9d33062f5f9f8169e62bdce3245ec281a1a3e6 (diff)
downloadqpid-python-383b58fed70714329ebc0833b5867b23bbb5cb23.tar.gz
QPID-3734 Commiting patch by Weston Price.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1239411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/jca/example/build.xml')
-rw-r--r--java/jca/example/build.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/java/jca/example/build.xml b/java/jca/example/build.xml
index 9d0cfc887e..2717ce84d7 100644
--- a/java/jca/example/build.xml
+++ b/java/jca/example/build.xml
@@ -26,11 +26,8 @@
<!-- Change to BURL for older syntax support -->
<property name="qpid.dest_syntax" value="ADDR"/>
- <!-- Broker specific properties. By default in the adapter we use localhost here you an override this with host specific info-->
- <property name="broker.address" value="localhost"/>
-
<!-- Properties controlling running sample standalone client -->
- <property name="client.use.ejb" value="false"/> <!-- uses JNDI/JMS or JNDI/RMI -->
+ <property name="client.use.ejb" value="true"/> <!-- uses JNDI/JMS or JNDI/RMI -->
<property name="client.message" value="Hello Qpid World"/>
<property name="client.message.count" value="1"/>
<property name="client.use.topic" value="false"/> <!-- Use topic/queue -->
@@ -114,9 +111,6 @@
<classes dir="${build.classes.dir}">
<include name="org/apache/qpid/jca/example/web/**"/>
</classes>
- <webinf dir="${gen.dir}">
- <include name="jboss-web.xml"/>
- </webinf>
</war>
</target>
@@ -125,7 +119,6 @@
<include name="org/apache/qpid/jca/example/ejb/**/*.class"/>
<metainf dir="${gen.dir}">
<include name="jboss.xml"/>
- <include name="ejb-jar.xml"/>
</metainf>
</jar>
</target>