File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 272
272
</fileset >
273
273
</copy >
274
274
<move file =" target/site/reference/pdf/index.pdf" tofile =" target/site/reference/pdf/spring-ws-reference.pdf" failonerror =" false" />
275
+ <move todir =" target/site/reference/html" failonerror =" false" >
276
+ <fileset dir =" target/site/reference/html/index" />
277
+ </move >
275
278
</postProcess >
276
279
</configuration >
277
280
</plugin >
Original file line number Diff line number Diff line change 3
3
<book xmlns : xi =" http://www.w3.org/2001/XInclude" >
4
4
5
5
<bookinfo >
6
- <title >Spring Web Services - Reference Documentation</title >
6
+ <title >Spring Web Services</title >
7
+ <subtitle >Reference Documentation</subtitle >
7
8
<releaseinfo ><?eval ${project.version}?></releaseinfo >
8
9
9
10
<authorgroup >
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ Reference Manual
6
6
7
7
The reference manual is available as HTML, and as PDF.
8
8
9
- * View the {{{reference/html/index.html}HTML version}}
9
+ * View the {{{reference/html/index/index .html}HTML version}}
10
10
11
11
* Download the {{{reference/pdf/spring-ws-reference.pdf}PDF version}}
You can’t perform that action at this time.
0 commit comments