summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2011-02-28 15:53:38 (GMT)
committerBrad King <brad.king@kitware.com>2011-03-15 19:07:37 (GMT)
commitfbe435652d97a16911d418ad6dd0b455905256ca (patch)
treeac6ff89ea6918e56875ef63af51beeb1db4aa306 /Source/CTest
parent350546db3aa956e34487bd38dd048fe9a0689e4a (diff)
downloadCMake-fbe435652d97a16911d418ad6dd0b455905256ca.zip
CMake-fbe435652d97a16911d418ad6dd0b455905256ca.tar.gz
CMake-fbe435652d97a16911d418ad6dd0b455905256ca.tar.bz2
Change 'Files' tag to 'Upload' in Upload.xml
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestUploadHandler.cxx4
1 files changed, 2 insertions, 2 deletions
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;
}