[Cmake-commits] CMake branch, next, updated. v2.8.4-1033-g013f8f7
Zach Mullen
zach.mullen at kitware.com
Mon Feb 28 10:54:14 EST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 013f8f78b0bdaa12a37800b4eca410330e406d1c (commit)
via b6ac5fada37e25687ca964584cd81731861796de (commit)
from e15035c367dfca8d9f18f83e027aeda0a9270972 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=013f8f78b0bdaa12a37800b4eca410330e406d1c
commit 013f8f78b0bdaa12a37800b4eca410330e406d1c
Merge: e15035c b6ac5fa
Author: Zach Mullen <zach.mullen at kitware.com>
AuthorDate: Mon Feb 28 10:53:53 2011 -0500
Commit: Zach Mullen <zach.mullen at kitware.com>
CommitDate: Mon Feb 28 10:53:53 2011 -0500
Merge branch 'upload-built-files' into next
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b6ac5fada37e25687ca964584cd81731861796de
commit b6ac5fada37e25687ca964584cd81731861796de
Author: Zach Mullen <zach.mullen at kitware.com>
AuthorDate: Mon Feb 28 10:53:38 2011 -0500
Commit: Zach Mullen <zach.mullen at kitware.com>
CommitDate: Mon Feb 28 10:53:38 2011 -0500
Change 'Files' tag to 'Upload' in Upload.xml
diff --git a/Source/CTest/cmCTestUploadHandler.cxx b/Source/CTest/cmCTestUploadHandler.cxx
index d5f6ab6..4d1cf42 100644
--- a/Source/CTest/cmCTestUploadHandler.cxx
+++ b/Source/CTest/cmCTestUploadHandler.cxx
@@ -59,7 +59,7 @@ int cmCTestUploadHandler::ProcessHandler()
<< cmVersion::GetCMakeVersion()
<< "\">\n";
this->CTest->AddSiteProperties(ofs);
- ofs << "<Files>\n";
+ ofs << "<Upload>\n";
for ( it = this->Files.begin(); it != this->Files.end(); it ++ )
{
@@ -71,7 +71,7 @@ int cmCTestUploadHandler::ProcessHandler()
ofs << "\n</Content>\n"
<< "</File>\n";
}
- ofs << "</Files>\n"
+ ofs << "</Upload>\n"
<< "</Site>\n";
return 0;
}
-----------------------------------------------------------------------
Summary of changes:
Source/CTest/cmCTestUploadHandler.cxx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list