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/09 23:46:50 UTC

svn commit: r1586156 - in /qpid/trunk/qpid/java: build.xml module.xml

Author: robbie
Date: Wed Apr  9 21:46:49 2014
New Revision: 1586156

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

Modified:
    qpid/trunk/qpid/java/build.xml
    qpid/trunk/qpid/java/module.xml

Modified: qpid/trunk/qpid/java/build.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/build.xml?rev=1586156&r1=1586155&r2=1586156&view=diff
==============================================================================
--- qpid/trunk/qpid/java/build.xml (original)
+++ qpid/trunk/qpid/java/build.xml Wed Apr  9 21:46:49 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/trunk/qpid/java/module.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/module.xml?rev=1586156&r1=1586155&r2=1586156&view=diff
==============================================================================
--- qpid/trunk/qpid/java/module.xml (original)
+++ qpid/trunk/qpid/java/module.xml Wed Apr  9 21:46:49 2014
@@ -688,7 +688,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