diff --git a/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx b/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx index 813fa5c2d043ed1e4abdc84d2c6af1a4217ec679..fa696a0097bc0a71f2e3210e30977cdce45718de 100644 --- a/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx +++ b/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx @@ -33,7 +33,7 @@ enum Mode_List }; -const std::string SRTMServerPath = "http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/"; +const std::string SRTMServerPath = "https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/"; const std::string HGTZIPExtension = ".hgt.zip"; const std::string HGTExtension = ".hgt"; diff --git a/Modules/Core/Common/include/otbStringToHTML.h b/Modules/Core/Common/include/otbStringToHTML.h index 3eab95fd21c4210ab3f6317deb8eaa45bf97f100..9fc71c2742817e7addf4760eba6e7d454f97983e 100644 --- a/Modules/Core/Common/include/otbStringToHTML.h +++ b/Modules/Core/Common/include/otbStringToHTML.h @@ -34,6 +34,8 @@ namespace otb * * Prepare a plain string for HTML encapsulation (protection of special * characters) + * + * \ingroup OTBCommon */ class OTBCommon_EXPORT StringToHTML { diff --git a/Packaging/install_java_bindings.cmake b/Packaging/install_java_bindings.cmake index d71c7b0217e6e5d156f3b81861f7439d59b44eec..aa3a632a76ccb4ce071cc1d3a3d75ff5c9d37ee2 100644 --- a/Packaging/install_java_bindings.cmake +++ b/Packaging/install_java_bindings.cmake @@ -20,7 +20,7 @@ function(install_java_bindings) if(HAVE_JAVA) - install(FILE ${SUPERBUILD_INSTALL_DIR}/lib/otb/java/org.otb.application.jar + install(FILES ${SUPERBUILD_INSTALL_DIR}/lib/otb/java/org.otb.application.jar DESTINATION ${PKG_STAGE_DIR}/lib/java ) endif()