diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-03-10 22:26:58 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-03-10 22:26:58 +0000 |
| commit | 41c444387dd3fb3a5c8ddd7002be621c146609cd (patch) | |
| tree | 86dba6f1bc5f7d2ae69d4503f24d8263318d3443 /qpid/java/jca/example/build-jboss-properties.xml | |
| parent | da3dabe20327d8b87e71292d0a57ae7b27d39a84 (diff) | |
| download | qpid-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-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!--> |
