summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
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
commit83723e63d3e19ad443ce6eda41252d9b59a2c90d (patch)
tree2fd224258c8fde219258d4c5c67b8c6d3f6ef934 /qpid/java/build.xml
parentf7c11832b921852bd2450b3c1a18c70b6e725252 (diff)
downloadqpid-python-83723e63d3e19ad443ce6eda41252d9b59a2c90d.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@671553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 79dc89aa80..edd25e8f7e 100644
--- a/qpid/java/build.xml
+++ b/qpid/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}">