diff options
Diffstat (limited to 'qpid/java/jca/example/build-jboss-properties.xml')
| -rw-r--r-- | qpid/java/jca/example/build-jboss-properties.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/jca/example/build-jboss-properties.xml b/qpid/java/jca/example/build-jboss-properties.xml index fd38274630..f79793d9c4 100644 --- a/qpid/java/jca/example/build-jboss-properties.xml +++ b/qpid/java/jca/example/build-jboss-properties.xml @@ -68,9 +68,11 @@ <path id="run.classpath"> <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.client}"> <!-- Shortcut to get it working!--> |
