diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-01-08 23:09:50 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-01-08 23:09:50 (GMT) |
commit | cf0ab29fcb7edb67488da8498e3e1e68a48e5ca7 (patch) | |
tree | 7d4c4beb05a9f0245bab7e6127c23a7348ff0117 /Source/cmExtraEclipseCDT4Generator.h | |
parent | ef3e48c3d566a8d0d547a2a65bf18281a0aef664 (diff) | |
download | CMake-cf0ab29fcb7edb67488da8498e3e1e68a48e5ca7.zip CMake-cf0ab29fcb7edb67488da8498e3e1e68a48e5ca7.tar.gz CMake-cf0ab29fcb7edb67488da8498e3e1e68a48e5ca7.tar.bz2 |
BUG: apply patch from #8205, also fixes #8212: escape characters for XML
when writing the eclipse project files
Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h index aa9da23..349156a 100644 --- a/Source/cmExtraEclipseCDT4Generator.h +++ b/Source/cmExtraEclipseCDT4Generator.h @@ -84,6 +84,8 @@ private: const std::string& type, const std::string& path); + static std::string EscapeForXML(const std::string& value); + // Helper functions static void AppendStorageScanners(cmGeneratedFileStream& fout); static void AppendTarget (cmGeneratedFileStream& fout, |