summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-06-16 15:17:21 +0000
committerRafael H. Schloming <rhs@apache.org>2008-06-16 15:17:21 +0000
commitb96140b9c47e40ef97bc0b85712c8fb76c8e2458 (patch)
tree3ded4723ac87d97b6775a543fc6c58aa5092b677 /qpid/java/build.xml
parenteb065d21914a9047829887e629ec4b8cd9380c65 (diff)
downloadqpid-python-b96140b9c47e40ef97bc0b85712c8fb76c8e2458.tar.gz
QPID-1078: fix the broken paths in qpid-incubating.jar and use the proper delimiter for manifest class paths
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@668191 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 4f5f2fb246..79dc89aa80 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -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}">