Fixed links to reference docs

This commit is contained in:
Arjen Poutsma
2012-05-04 13:14:02 +00:00
parent bb9cffab4c
commit be7a0c3a68
3 changed files with 6 additions and 2 deletions

View File

@@ -272,6 +272,9 @@
</fileset>
</copy>
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
<move todir="target/site/reference/html" failonerror="false">
<fileset dir="target/site/reference/html/index"/>
</move>
</postProcess>
</configuration>
</plugin>

View File

@@ -3,7 +3,8 @@
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>Spring Web Services - Reference Documentation</title>
<title>Spring Web Services</title>
<subtitle>Reference Documentation</subtitle>
<releaseinfo><?eval ${project.version}?></releaseinfo>
<authorgroup>

View File

@@ -6,6 +6,6 @@ Reference Manual
The reference manual is available as HTML, and as PDF.
* View the {{{reference/html/index.html}HTML version}}
* View the {{{reference/html/index/index.html}HTML version}}
* Download the {{{reference/pdf/spring-ws-reference.pdf}PDF version}}