diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-11-10 14:21:37 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-11-10 14:21:37 +0000 |
| commit | e42a75849b2a8ede19b11a0565e1c9ca3409fbcb (patch) | |
| tree | 106567e62d83afe5287ad773d4acc7b4e9d35842 /qpid/java/module.xml | |
| parent | e1d03fcf3e8c71117d2fd7d8bc1b14ccf247aa2f (diff) | |
| download | qpid-python-e42a75849b2a8ede19b11a0565e1c9ca3409fbcb.tar.gz | |
QPID-74 Resolved some issues where a few new files were not added
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473345 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 844c6987dd..081c5e7c2d 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -96,7 +96,7 @@ </pathconvert> <map property="module.manifest.deps" value="${module.depends.dirs}"> - <globmapper from="*" to="${prefix}*${suffix}${launcher.sfx}"/> + <globmapper from="*" to="*${launcher.sfx}"/> </map> <property name="module.manifest.classpath" @@ -159,8 +159,8 @@ <mkdir dir="${destdir}/${bin.dir}"/> <copy todir="${destdir}/${bin.dir}" failonerror="false"> <fileset dir="${src.bin}"/> - </copy> - <chmod dir="${destdir}" perm="ugo+rx" includes="**/*"/> + </copy> + <chmod dir="${destdir}/${bin.dir}" perm="ugo+rx" includes="**/*"/> </target> <target name="build" depends="compile"> |
