summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-06-25 13:57:50 +0000
committerRafael H. Schloming <rhs@apache.org>2008-06-25 13:57:50 +0000
commite2ad91bd64de7f957675e3d8abafb4891a860690 (patch)
tree43d9819fbd05b44825c3bfe82a2f631553c19ace
parent71cd4df541f0c0c8ce0d12e4cf0d0018f08d9906 (diff)
downloadqpid-python-e2ad91bd64de7f957675e3d8abafb4891a860690.tar.gz
QPID-1078: use file.separator so that globmapper generates the correct manifest class path on cygwin
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@671553 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index 79dc89aa80..edd25e8f7e 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -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}">