diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2012-02-01 23:56:28 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2012-02-01 23:56:28 +0000 |
| commit | 0dcfedb9a055a5ec9175a13cdce8667104cd799a (patch) | |
| tree | d195069c3d429ef502f3514d8b1faf82eba0f651 /qpid/java/jca/example/build.xml | |
| parent | 08b3d439ce5cdcd127d14489ba4730ae3f2c7724 (diff) | |
| download | qpid-python-0dcfedb9a055a5ec9175a13cdce8667104cd799a.tar.gz | |
QPID-3734 Commiting patch by Weston Price.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1239411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/jca/example/build.xml')
| -rw-r--r-- | qpid/java/jca/example/build.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/qpid/java/jca/example/build.xml b/qpid/java/jca/example/build.xml index 9d0cfc887e..2717ce84d7 100644 --- a/qpid/java/jca/example/build.xml +++ b/qpid/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> |
