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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to