diff options
author | Stephen Vinoski <vinoski@apache.org> | 2006-11-24 22:40:04 +0000 |
---|---|---|
committer | Stephen Vinoski <vinoski@apache.org> | 2006-11-24 22:40:04 +0000 |
commit | ccd868f275c0032bcfeb8f24ce162ac862503099 (patch) | |
tree | 3f139e29ad3d7a0f78e206b7e8d00e5427d78578 /java | |
parent | e0b38192e7154ecc86584d1ad330480a2ac5ce35 (diff) | |
download | qpid-python-ccd868f275c0032bcfeb8f24ce162ac862503099.tar.gz |
fix assembly plugin file permissions bug number noted in comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@479030 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/distribution/src/main/assembly/bin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/distribution/src/main/assembly/bin.xml b/java/distribution/src/main/assembly/bin.xml index 26ed640b8c..80ae153355 100644 --- a/java/distribution/src/main/assembly/bin.xml +++ b/java/distribution/src/main/assembly/bin.xml @@ -65,7 +65,7 @@ </fileSet> </fileSets> <files> - <!-- due to a bug in the assembly plugin (MASSEMBLY-133) you have + <!-- due to a bug in the assembly plugin (MASSEMBLY-153) you have to use decimal numbers to specify fileMode --> <file> <source>../common/etc/qpid-run.conf</source> |