summaryrefslogtreecommitdiff
path: root/qpid/java/jca/example/build-glassfish-properties.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-03-10 22:26:58 +0000
committerRobert Gemmell <robbie@apache.org>2013-03-10 22:26:58 +0000
commit41c444387dd3fb3a5c8ddd7002be621c146609cd (patch)
tree86dba6f1bc5f7d2ae69d4503f24d8263318d3443 /qpid/java/jca/example/build-glassfish-properties.xml
parentda3dabe20327d8b87e71292d0a57ae7b27d39a84 (diff)
downloadqpid-python-41c444387dd3fb3a5c8ddd7002be621c146609cd.tar.gz
QPID-4445: make the jar file produced by the JCA module use 'jca' in its name rather than 'ra', add support for generating maven artifacts for the jar and the packaged rar.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1454935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/jca/example/build-glassfish-properties.xml')
-rw-r--r--qpid/java/jca/example/build-glassfish-properties.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/jca/example/build-glassfish-properties.xml b/qpid/java/jca/example/build-glassfish-properties.xml
index 94c79be931..90561e70cf 100644
--- a/qpid/java/jca/example/build-glassfish-properties.xml
+++ b/qpid/java/jca/example/build-glassfish-properties.xml
@@ -59,9 +59,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="${glassfish.home}/glassfish/lib/">