summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-11-15 07:46:23 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-11-15 07:46:23 +0000
commitd371bcd50dde9d70596a9a6a330e0705d10983c9 (patch)
tree821c64307d2d2d72cb2146048e58186a1d2afa9d /qpid/java/module.xml
parent03efb5e6eafb9b44cab224c6f939093f402c2e70 (diff)
downloadqpid-python-d371bcd50dde9d70596a9a6a330e0705d10983c9.tar.gz
QPID-76
Forgot to include the client build distributions. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@475145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index fa33499a69..0172ea2995 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -30,7 +30,6 @@
<property name="module.classes" value="${module.dir}/${classes.dir}"/>
<property name="module.precompiled" value="${module.dir}/${src.dir}"/>
-
<condition property="suffix" value="${module.suffix}" else="">
<isset property="module.suffix"/>
</condition>
@@ -241,7 +240,7 @@
<isset property="module.vm.version"/>
</condition>
- <condition property="dist.destlib.dir" value="${dist.dest.dir}/${lib.dir}">
+ <condition property="dist.destlib.dir" value="${dist.dest.dir}/${lib.dir}" else="${dist.lib}">
<isset property="dist.dest.dir"/>
</condition>