svn commit: r775153 - /qpid/branches/0.5-release/qpid/cpp/src/tests/cluster.mk

2009-05-15 Thread gsim
Author: gsim Date: Fri May 15 14:30:44 2009 New Revision: 775153 URL: http://svn.apache.org/viewvc?rev=775153&view=rev Log: Include cluster related test scripts in distribution even if libraries aren't available where the distribution is built. Modified: qpid/branches/0.5-release/qpid/cpp/

svn commit: r775182 - in /qpid/trunk/qpid/cpp/src: ./ qpid/broker/ qpid/cluster/ qpid/management/

2009-05-15 Thread aconway
Author: aconway Date: Fri May 15 15:12:05 2009 New Revision: 775182 URL: http://svn.apache.org/viewvc?rev=775182&view=rev Log: Undo change from r774809. This fix is incorrect. The timer will go off in each member, and each one will send a response message which is replicated, resulting in a respo

svn commit: r775192 [5/5] - in /qpid/branches/0.5-release/qpid/cpp: HOW-I-BUILT-WIN-INSTALLER INSTALL_NOTES.html LICENSE.rtf docs.wxi examples.wxi qpidc-installer.wixproj qpidc.wxs src/client.wxi src/

2009-05-15 Thread shuston
Added: qpid/branches/0.5-release/qpid/cpp/src/client_gen.wxi URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/src/client_gen.wxi?rev=775192&view=auto == --- qpid/branches/0.5-release/qpid/cpp/src/client

svn commit: r775192 [3/5] - in /qpid/branches/0.5-release/qpid/cpp: HOW-I-BUILT-WIN-INSTALLER INSTALL_NOTES.html LICENSE.rtf docs.wxi examples.wxi qpidc-installer.wixproj qpidc.wxs src/client.wxi src/

2009-05-15 Thread shuston
Added: qpid/branches/0.5-release/qpid/cpp/examples.wxi URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples.wxi?rev=775192&view=auto == --- qpid/branches/0.5-release/qpid/cpp/examples.wxi (added) +

svn commit: r775192 [1/5] - in /qpid/branches/0.5-release/qpid/cpp: HOW-I-BUILT-WIN-INSTALLER INSTALL_NOTES.html LICENSE.rtf docs.wxi examples.wxi qpidc-installer.wixproj qpidc.wxs src/client.wxi src/

2009-05-15 Thread shuston
Author: shuston Date: Fri May 15 15:33:59 2009 New Revision: 775192 URL: http://svn.apache.org/viewvc?rev=775192&view=rev Log: Add in pieces needed to build a Windows installer using WiX; these will most likely not migrate to trunk since they'll change a great deal in the CMake migration. Added

svn commit: r775302 - in /qpid/trunk/qpid/cpp/src/qpid: cluster/ClusterPlugin.cpp management/ManagementAgent.cpp management/ManagementAgent.h

2009-05-15 Thread tross
Author: tross Date: Fri May 15 19:50:47 2009 New Revision: 775302 URL: http://svn.apache.org/viewvc?rev=775302&view=rev Log: from (aconway)... added facility to disable management methods. Use this facility to disable several methods that are unsafe for clusters when running in a cluster. Modifi