diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-11-09 11:08:58 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-11-09 11:08:58 +0000 |
| commit | 38779269d9b0da43150cf209af706b0e50c3d60c (patch) | |
| tree | 63219ca0cb8ae15fd05a943cedfe3060a216099f /qpid/java/module.xml | |
| parent | 5fa35f84f22f7c4fde4e436cf780a4b905a9ef35 (diff) | |
| download | qpid-python-38779269d9b0da43150cf209af706b0e50c3d60c.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@472860 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 924e846bc7..79361a67d8 100644 --- a/qpid/java/module.xml +++ b/qpid/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> |
