summaryrefslogtreecommitdiff
path: root/qpid/java/client/src
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-04-09 16:39:29 +0000
committerRobert Gemmell <robbie@apache.org>2014-04-09 16:39:29 +0000
commit6f23ec4bd812297fe2d14749dd0d0085847a8874 (patch)
tree883fc936016a7161bfcc171790e375d557d8bf30 /qpid/java/client/src
parent6ce747afb246c8373166340e3448e1fc8c763f08 (diff)
downloadqpid-python-6f23ec4bd812297fe2d14749dd0d0085847a8874.tar.gz
QPID-5048: include the JMS API jar in the client release assemblies as we have in the past
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1586025 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/src')
-rw-r--r--qpid/java/client/src/main/assembly/NOTICE4
-rw-r--r--qpid/java/client/src/main/assembly/qpid-client-bin.xml8
2 files changed, 12 insertions, 0 deletions
diff --git a/qpid/java/client/src/main/assembly/NOTICE b/qpid/java/client/src/main/assembly/NOTICE
index f798a67b05..4952a853c6 100644
--- a/qpid/java/client/src/main/assembly/NOTICE
+++ b/qpid/java/client/src/main/assembly/NOTICE
@@ -4,3 +4,7 @@ Copyright 2006-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
+###############################################
+
+Apache Geronimo JMS 1.1 Spec
+Copyright 2003-2008 The Apache Software Foundation \ No newline at end of file
diff --git a/qpid/java/client/src/main/assembly/qpid-client-bin.xml b/qpid/java/client/src/main/assembly/qpid-client-bin.xml
index b9a54185a5..08762950fd 100644
--- a/qpid/java/client/src/main/assembly/qpid-client-bin.xml
+++ b/qpid/java/client/src/main/assembly/qpid-client-bin.xml
@@ -24,6 +24,14 @@
<outputDirectory>/lib</outputDirectory>
<useProjectArtifact>true</useProjectArtifact>
</dependencySet>
+ <dependencySet>
+ <outputDirectory>/lib</outputDirectory>
+ <useProjectArtifact>false</useProjectArtifact>
+ <scope>provided</scope>
+ <includes>
+ <include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
+ </includes>
+ </dependencySet>
</dependencySets>
</assembly>