You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2014/04/13 16:11:39 UTC

svn commit: r1586993 - in /qpid/branches/0.28/qpid/java: amqp-1-0-client-jms/src/main/assembly/NOTICE amqp-1-0-client-jms/src/main/assembly/qpid-amqp-1-0-client-jms-bin.xml client/src/main/assembly/NOTICE client/src/main/assembly/qpid-client-bin.xml

Author: robbie
Date: Sun Apr 13 14:11:38 2014
New Revision: 1586993

URL: http://svn.apache.org/r1586993
Log:
QPID-5048: include the JMS API jar in the client release assemblies as we have in the past

merge from trunk r1586025

Modified:
    qpid/branches/0.28/qpid/java/amqp-1-0-client-jms/src/main/assembly/NOTICE
    qpid/branches/0.28/qpid/java/amqp-1-0-client-jms/src/main/assembly/qpid-amqp-1-0-client-jms-bin.xml
    qpid/branches/0.28/qpid/java/client/src/main/assembly/NOTICE
    qpid/branches/0.28/qpid/java/client/src/main/assembly/qpid-client-bin.xml

Modified: qpid/branches/0.28/qpid/java/amqp-1-0-client-jms/src/main/assembly/NOTICE
URL: http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/amqp-1-0-client-jms/src/main/assembly/NOTICE?rev=1586993&r1=1586992&r2=1586993&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/amqp-1-0-client-jms/src/main/assembly/NOTICE (original)
+++ qpid/branches/0.28/qpid/java/amqp-1-0-client-jms/src/main/assembly/NOTICE Sun Apr 13 14:11:38 2014
@@ -4,3 +4,7 @@ Copyright 2006-2014 The Apache Software 
 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

Modified: qpid/branches/0.28/qpid/java/amqp-1-0-client-jms/src/main/assembly/qpid-amqp-1-0-client-jms-bin.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/amqp-1-0-client-jms/src/main/assembly/qpid-amqp-1-0-client-jms-bin.xml?rev=1586993&r1=1586992&r2=1586993&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/amqp-1-0-client-jms/src/main/assembly/qpid-amqp-1-0-client-jms-bin.xml (original)
+++ qpid/branches/0.28/qpid/java/amqp-1-0-client-jms/src/main/assembly/qpid-amqp-1-0-client-jms-bin.xml Sun Apr 13 14:11:38 2014
@@ -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>
 

Modified: qpid/branches/0.28/qpid/java/client/src/main/assembly/NOTICE
URL: http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/client/src/main/assembly/NOTICE?rev=1586993&r1=1586992&r2=1586993&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/client/src/main/assembly/NOTICE (original)
+++ qpid/branches/0.28/qpid/java/client/src/main/assembly/NOTICE Sun Apr 13 14:11:38 2014
@@ -4,3 +4,7 @@ Copyright 2006-2014 The Apache Software 
 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

Modified: qpid/branches/0.28/qpid/java/client/src/main/assembly/qpid-client-bin.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/client/src/main/assembly/qpid-client-bin.xml?rev=1586993&r1=1586992&r2=1586993&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/client/src/main/assembly/qpid-client-bin.xml (original)
+++ qpid/branches/0.28/qpid/java/client/src/main/assembly/qpid-client-bin.xml Sun Apr 13 14:11:38 2014
@@ -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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org