summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2016-07-05 19:30:12 (GMT)
committerBrad King <brad.king@kitware.com>2016-07-05 19:55:42 (GMT)
commit7a30fa1a414faeb4ec83d894428a335f0b481de3 (patch)
tree361c66588657bdf1c2aa0d12ed8e2d5ac289e218 /Source
parentdd71ec2c93fdf34f8bbcaafbc05f000ef6ed6cab (diff)
downloadCMake-7a30fa1a414faeb4ec83d894428a335f0b481de3.zip
CMake-7a30fa1a414faeb4ec83d894428a335f0b481de3.tar.gz
CMake-7a30fa1a414faeb4ec83d894428a335f0b481de3.tar.bz2
CPackIFW: Fix attributes for Promoting Updates repository replacement
Fix spelling of attributes added by commit v3.6.0-rc1~52^2 (CPackIFW: Add support for Promoting Updates, 2016-05-17).
Diffstat (limited to 'Source')
-rw-r--r--Source/CPack/IFW/cmCPackIFWRepository.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWRepository.cxx b/Source/CPack/IFW/cmCPackIFWRepository.cxx
index b149f81..45b47cd 100644
--- a/Source/CPack/IFW/cmCPackIFWRepository.cxx
+++ b/Source/CPack/IFW/cmCPackIFWRepository.cxx
@@ -299,8 +299,8 @@ void cmCPackIFWRepository::WriteRepositoryUpdate(cmXMLWriter& xout)
if (Update == Add || Update == Remove) {
xout.Attribute("url", Url);
} else if (Update == Replace) {
- xout.Attribute("oldurl", OldUrl);
- xout.Attribute("newurl", NewUrl);
+ xout.Attribute("oldUrl", OldUrl);
+ xout.Attribute("newUrl", NewUrl);
}
// Enabled
if (!Enabled.empty()) {