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:12:32 UTC

svn commit: r1586996 - in /qpid/branches/0.28/qpid/java: build.xml module.xml

Author: robbie
Date: Sun Apr 13 14:12:32 2014
New Revision: 1586996

URL: http://svn.apache.org/r1586996
Log:
QPID-5677: stop including extra files within the qpid-all.jar manifest jars

merge from trunk r1586156

Modified:
    qpid/branches/0.28/qpid/java/build.xml
    qpid/branches/0.28/qpid/java/module.xml

Modified: qpid/branches/0.28/qpid/java/build.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/build.xml?rev=1586996&r1=1586995&r2=1586996&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/build.xml (original)
+++ qpid/branches/0.28/qpid/java/build.xml Sun Apr 13 14:12:32 2014
@@ -163,7 +163,7 @@
       <manifest>
         <attribute name="Class-Path" value="${qpid.jar.classpath}"/>
       </manifest>
-      <metainf dir="${project.root}/resources/"/>
+      <metainf dir="${project.root}/resources/jar"/>
     </jar>
 
     <touch file="${qpid.jar}"/>

Modified: qpid/branches/0.28/qpid/java/module.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/module.xml?rev=1586996&r1=1586995&r2=1586996&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/module.xml (original)
+++ qpid/branches/0.28/qpid/java/module.xml Sun Apr 13 14:12:32 2014
@@ -687,7 +687,7 @@
       <manifest>
         <attribute name="Class-Path" value="${qpid.jar.classpath}"/>
       </manifest>
-      <metainf dir="${project.root}/resources/"/>
+      <metainf dir="${project.root}/resources/jar"/>
     </jar>
 
     <touch file="${module.qpid.jar}"/>



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