Merge topic 'update_jacoco_search_paths'

9fd04f87 CTEST: Update Jacoco Coverage search paths
This commit is contained in:
Brad King 2014-07-31 09:17:39 -04:00 committed by CMake Topic Stage
commit c1560296db
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ class cmParseJacocoCoverage::XMLParser: public cmXMLParser
"/" + this->ModuleName + "/src/main/java/" +
this->PackageName;
this->FilePaths.push_back(FilePath);
FilePath = this->Coverage.SourceDir +
"/src/main/java/" + this->PackageName;
this->FilePaths.push_back(FilePath);
}
else if(name == "sourcefile")
{