Author: rhs
Date: Mon Jun 16 08:17:21 2008
New Revision: 668191

URL: http://svn.apache.org/viewvc?rev=668191&view=rev
Log:
QPID-1078: fix the broken paths in qpid-incubating.jar and use the proper 
delimiter for manifest class paths

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

Modified: incubator/qpid/trunk/qpid/java/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/build.xml?rev=668191&r1=668190&r2=668191&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/build.xml (original)
+++ incubator/qpid/trunk/qpid/java/build.xml Mon Jun 16 08:17:21 2008
@@ -107,9 +107,9 @@
         <exclude name="${qpid.jar.name}"/>
       </fileset>
     </path>
-    <pathconvert property="qpid.jar.classpath" pathsep=":" dirsep="/">
+    <pathconvert property="qpid.jar.classpath" pathsep=" " dirsep="/">
       <path refid="class.path"/>
-      <map from="${basedir}" to="lib/"/>
+      <globmapper from="${build.lib}/*" to="*"/>
     </pathconvert>
 
     <jar destfile="${qpid.jar}">


Reply via email to