Author: shuston Date: Mon May 18 22:20:06 2009 New Revision: 776115 URL: http://svn.apache.org/viewvc?rev=776115&view=rev Log: Correct listed broker files; correct qmfgen command switches to specify namespaces
Modified: qpid/trunk/qpid/cpp/src/broker.vcproj qpid/trunk/qpid/cpp/src/protocol_gen.mak Modified: qpid/trunk/qpid/cpp/src/broker.vcproj URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/broker.vcproj?rev=776115&r1=776114&r2=776115&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/broker.vcproj (original) +++ qpid/trunk/qpid/cpp/src/broker.vcproj Mon May 18 22:20:06 2009 @@ -909,7 +909,7 @@ RelativePath="qpid\broker\windows\SaslAuthenticator.cpp"> </File> <File - RelativePath="qpid\management\ManagementBroker.cpp"> + RelativePath="qpid\management\ManagementAgent.cpp"> </File> <File RelativePath="qpid\management\ManagementExchange.cpp"> @@ -1300,6 +1300,9 @@ RelativePath="qpid\management\Manageable.h"> </File> <File + RelativePath="qpid\management\ManagementAgent.h"> + </File> + <File RelativePath="qpid\management\ManagementBroker.h"> </File> <File @@ -1309,6 +1312,37 @@ RelativePath="qpid\management\ManagementObject.h"> </File> </Filter> + <Filter + Name="Documentation" + Filter=""> + <File + RelativePath="CMakeLists.txt"> + <FileConfiguration + Name="Debug|Win32" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCustomBuildTool"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCustomBuildTool"/> + </FileConfiguration> + <FileConfiguration + Name="Debug|x64" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCustomBuildTool"/> + </FileConfiguration> + <FileConfiguration + Name="Release|x64" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCustomBuildTool"/> + </FileConfiguration> + </File> + </Filter> </Files> <Globals> </Globals> Modified: qpid/trunk/qpid/cpp/src/protocol_gen.mak URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/protocol_gen.mak?rev=776115&r1=776114&r2=776115&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/protocol_gen.mak (original) +++ qpid/trunk/qpid/cpp/src/protocol_gen.mak Mon May 18 22:20:06 2009 @@ -24,5 +24,5 @@ # Management code generation... uses Python managementgen.mk: $(mgmt_specs) - python $(mgen_dir)\qmf-gen -m managementgen.mk -o gen\qmf $(mgmt_specs) + python $(mgen_dir)\qmf-gen -m managementgen.mk -q -b -o gen\qmf $(mgmt_specs) --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org