diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-03-27 09:07:30 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-03-27 09:07:30 +0000 |
| commit | ab77fcc2ed974e8d4ac2a56be62cc2cb3f8e2c11 (patch) | |
| tree | 1a81c5c3d0d332a307d8ac7a41290efe7d04e1ed /qpid/java/distribution/src | |
| parent | a3cebeaad14bcc13bd432914f366571cc70aefd9 (diff) | |
| download | qpid-python-ab77fcc2ed974e8d4ac2a56be62cc2cb3f8e2c11.tar.gz | |
merged from M2 (r521792:522567) QPID-408 QPID-421 QPID-428
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@522821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/distribution/src')
| -rw-r--r-- | qpid/java/distribution/src/main/assembly/bin.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/distribution/src/main/assembly/bin.xml b/qpid/java/distribution/src/main/assembly/bin.xml index 27eb239d28..fc782b26bb 100644 --- a/qpid/java/distribution/src/main/assembly/bin.xml +++ b/qpid/java/distribution/src/main/assembly/bin.xml @@ -95,6 +95,12 @@ <fileMode>420</fileMode> </file> <file> + <source>../broker/etc/passwdVhost</source> + <outputDirectory>qpid-${qpid.version}/etc</outputDirectory> + <destName>passwdVhost</destName> + <fileMode>420</fileMode> + </file> + <file> <source>../broker/etc/qpid-server.conf</source> <outputDirectory>qpid-${qpid.version}/etc</outputDirectory> <destName>qpid-server.conf</destName> |
