diff options
Diffstat (limited to 'qpid/java/jca/example/build-geronimo-properties.xml')
| -rw-r--r-- | qpid/java/jca/example/build-geronimo-properties.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/jca/example/build-geronimo-properties.xml b/qpid/java/jca/example/build-geronimo-properties.xml index 02ecb53134..a20753117f 100644 --- a/qpid/java/jca/example/build-geronimo-properties.xml +++ b/qpid/java/jca/example/build-geronimo-properties.xml @@ -104,9 +104,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="${geronimo.home}/repository/org/apache/geronimo/specs"> <include name="geronimo-j2ee-connector_1.5_spec/2.0.0/geronimo-j2ee-connector_1.5_spec-2.0.0.jar"/> |
