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/27 17:42:41 UTC

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

Author: ritchiem
Date: Tue Mar 27 08:42:40 2007
New Revision: 522961

URL: http://svn.apache.org/viewvc?view=rev&rev=522961
Log:
forgot to rename files after they had been copied

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=522961&r1=522960&r2=522961
==============================================================================
--- incubator/qpid/branches/M2/java/distribution/src/main/assembly/bin.xml (original)
+++ incubator/qpid/branches/M2/java/distribution/src/main/assembly/bin.xml Tue Mar 27 08:42:40 2007
@@ -127,13 +127,13 @@
     <file>
       <source>../broker/bin/qpid.stop</source>
       <outputDirectory>qpid-${qpid.version}/bin</outputDirectory>
-      <destName>qpid-server</destName>
+      <destName>qpid.stop</destName>
       <fileMode>493</fileMode>
     </file>
     <file>
       <source>../broker/bin/qpid.stopall</source>
       <outputDirectory>qpid-${qpid.version}/bin</outputDirectory>
-      <destName>qpid-server</destName>
+      <destName>qpid.stopall</destName>
       <fileMode>493</fileMode>
     </file>
     <file>