diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-06-16 15:17:21 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-06-16 15:17:21 +0000 |
| commit | b96140b9c47e40ef97bc0b85712c8fb76c8e2458 (patch) | |
| tree | 3ded4723ac87d97b6775a543fc6c58aa5092b677 /qpid/java/build.xml | |
| parent | eb065d21914a9047829887e629ec4b8cd9380c65 (diff) | |
| download | qpid-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.xml | 4 |
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}"> |
