summaryrefslogtreecommitdiff
path: root/java/module.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-11-10 14:21:37 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-11-10 14:21:37 +0000
commit3f1fd31e882601aa3b2568297c78e164ae1744e8 (patch)
tree103d6c8a82a9a4164468d08ac78eca86480d60b5 /java/module.xml
parente6865b9598447847db9a4b9b8d80cdb87ae7ffe8 (diff)
downloadqpid-python-3f1fd31e882601aa3b2568297c78e164ae1744e8.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/qpid@473345 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
-rw-r--r--java/module.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/module.xml b/java/module.xml
index 844c6987dd..081c5e7c2d 100644
--- a/java/module.xml
+++ b/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">