summaryrefslogtreecommitdiff
path: root/java/module.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-11-09 11:08:58 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-11-09 11:08:58 +0000
commit47a6f29741c0b593bd1248d164c736cd304cbce0 (patch)
treea5d5717e8985a8736a9ed606c5aba6882e7c4e0a /java/module.xml
parent72a71413f25916caea6345b956d859d16eb0d3e3 (diff)
downloadqpid-python-47a6f29741c0b593bd1248d164c736cd304cbce0.tar.gz
QPID-74
Update to ant build system to generate source distribution. QPID-68 Changed split to ${path.separator} as there was no comments on the list against it. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472860 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/module.xml b/java/module.xml
index 924e846bc7..79361a67d8 100644
--- a/java/module.xml
+++ b/java/module.xml
@@ -19,8 +19,7 @@
<import file="common.xml"/>
-
- <map property="module" value="${basedir}">
+ <map property="module" value="${basedir}" split="${path.separator}">
<globmapper from="${project.root}${file.separator}*" to="*"/>
</map>