SEC-2953: Add index-docinfo.xml

This removes the "please define title in your docbook file"
This commit is contained in:
Rob Winch 2015-07-21 11:48:44 -05:00
parent 54dabb6433
commit a50d297f3a
2 changed files with 13 additions and 1 deletions

View File

@ -32,7 +32,8 @@ project('manual') {
numbered: '',
'spring-security-version' : project.version,
'spring-version' : springVersion,
revnumber : project.version
revnumber : project.version,
docinfo : ""
]
]
}

View File

@ -0,0 +1,11 @@
<productname>Spring Security</productname>
<releaseinfo>{spring-security-version}</releaseinfo>
<copyright>
<year>2004-2015</year>
</copyright>
<legalnotice>
<para>Copies of this document may be made for your own use and for distribution to
others, provided that you do not charge any fee for such copies and further provided
that each copy contains this Copyright Notice, whether distributed in print or
electronically.</para>
</legalnotice>