diff options
author | Dominik Stadler <centic@apache.org> | 2022-12-30 08:11:32 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2022-12-30 08:11:32 +0000 |
commit | cc40f9faac80de7a30f5cebe60c6ded84b8bdc95 (patch) | |
tree | 559010ee36429010680fd34e6d1055e493aaaf5a /build.xml | |
parent | f3fbf0233aad2659d339a8ecfff9e7981fbf0201 (diff) | |
download | poi-cc40f9faac80de7a30f5cebe60c6ded84b8bdc95.tar.gz poi-cc40f9faac80de7a30f5cebe60c6ded84b8bdc95.zip |
Replace some more http -> https in the generated documentation pages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2098,6 +2098,16 @@ under the License. value="https://www.google.com/search" summary="true" includes="**/*.html"/> + <replace dir="${build.site}" + token="http://validator.w3.org" + value="https://validator.w3.org" + summary="true" + includes="**/*.html"/> + <replace dir="${build.site}" + token="http://jigsaw.w3.org" + value="https://jigsaw.w3.org" + summary="true" + includes="**/*.html"/> <fixcrlf srcdir="${build.site}" includes="**/*.html,**/*.css" eol="unix" eof="remove" /> |