Author: shuston Date: Fri Mar 4 18:49:36 2011 New Revision: 1078099 URL: http://svn.apache.org/viewvc?rev=1078099&view=rev Log: Remove moved file refs, related to QPID-3067.
Modified: qpid/trunk/qpid/cpp/examples/CMakeLists.txt Modified: qpid/trunk/qpid/cpp/examples/CMakeLists.txt URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/CMakeLists.txt?rev=1078099&r1=1078098&r2=1078099&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/examples/CMakeLists.txt (original) +++ qpid/trunk/qpid/cpp/examples/CMakeLists.txt Fri Mar 4 18:49:36 2011 @@ -77,14 +77,10 @@ macro(add_example subdir example) endmacro(add_example) install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/README.txt - ${CMAKE_CURRENT_SOURCE_DIR}/README.verify - ${CMAKE_CURRENT_SOURCE_DIR}/verify - ${CMAKE_CURRENT_SOURCE_DIR}/verify_all DESTINATION ${QPID_INSTALL_EXAMPLESDIR} COMPONENT ${QPID_COMPONENT_EXAMPLES}) if (MSVC) install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/examples.sln - ${CMAKE_CURRENT_SOURCE_DIR}/old-examples.sln DESTINATION ${QPID_INSTALL_EXAMPLESDIR} COMPONENT ${QPID_COMPONENT_EXAMPLES}) endif (MSVC) --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org