mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
SEC-2953: Add index-docinfo.xml
This removes the "please define title in your docbook file"
This commit is contained in:
parent
54dabb6433
commit
a50d297f3a
@ -32,7 +32,8 @@ project('manual') {
|
||||
numbered: '',
|
||||
'spring-security-version' : project.version,
|
||||
'spring-version' : springVersion,
|
||||
revnumber : project.version
|
||||
revnumber : project.version,
|
||||
docinfo : ""
|
||||
]
|
||||
]
|
||||
}
|
||||
|
11
docs/manual/src/docs/asciidoc/index-docinfo.xml
Normal file
11
docs/manual/src/docs/asciidoc/index-docinfo.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user