summaryrefslogtreecommitdiff
path: root/qpid/java/jca/example/build-jboss7-properties.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/jca/example/build-jboss7-properties.xml')
-rw-r--r--qpid/java/jca/example/build-jboss7-properties.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/jca/example/build-jboss7-properties.xml b/qpid/java/jca/example/build-jboss7-properties.xml
index 157802cc73..e24719ba8e 100644
--- a/qpid/java/jca/example/build-jboss7-properties.xml
+++ b/qpid/java/jca/example/build-jboss7-properties.xml
@@ -74,9 +74,11 @@
<include name="jboss-client.jar"/>
</fileset>
<fileset dir="${lib.dir}">
- <include name="qpid-ra-*.jar"/>
+ <include name="qpid-jca-*.jar"/>
<include name="qpid-client-*.jar"/>
<include name="qpid-common-*.jar"/>
+ <!-- Old jar, for examples compatibility -->
+ <include name="qpid-ra-*.jar"/>
</fileset>
<fileset dir="${jboss.modules}/org/slf4j/main">
<include name="slf4j-api-1.6.1.jar"/>