You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/03/26 16:55:22 UTC

svn commit: r522535 - /incubator/qpid/branches/M2/java/distribution/src/main/assembly/bin.xml

Author: ritchiem
Date: Mon Mar 26 07:55:21 2007
New Revision: 522535

URL: http://svn.apache.org/viewvc?view=rev&rev=522535
Log:
Added passwdVhost to the build

Modified:
    incubator/qpid/branches/M2/java/distribution/src/main/assembly/bin.xml

Modified: incubator/qpid/branches/M2/java/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/distribution/src/main/assembly/bin.xml?view=diff&rev=522535&r1=522534&r2=522535
==============================================================================
--- incubator/qpid/branches/M2/java/distribution/src/main/assembly/bin.xml (original)
+++ incubator/qpid/branches/M2/java/distribution/src/main/assembly/bin.xml Mon Mar 26 07:55:21 2007
@@ -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>