You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2008/06/25 15:57:50 UTC

svn commit: r671553 - /incubator/qpid/trunk/qpid/java/build.xml

Author: rhs
Date: Wed Jun 25 06:57:50 2008
New Revision: 671553

URL: http://svn.apache.org/viewvc?rev=671553&view=rev
Log:
QPID-1078: use file.separator so that globmapper generates the correct manifest class path on cygwin

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=671553&r1=671552&r2=671553&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/build.xml (original)
+++ incubator/qpid/trunk/qpid/java/build.xml Wed Jun 25 06:57:50 2008
@@ -109,7 +109,7 @@
     </path>
     <pathconvert property="qpid.jar.classpath" pathsep=" " dirsep="/">
       <path refid="class.path"/>
-      <globmapper from="${build.lib}/*" to="*"/>
+      <globmapper from="${build.lib}${file.separator}*" to="*"/>
     </pathconvert>
 
     <jar destfile="${qpid.jar}">