mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
f3fbf0233a
commit
cc40f9faac
10
build.xml
10
build.xml
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue