From a50d297f3ab7b32b63b74a0d9aa05a480453ba3e Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 21 Jul 2015 11:48:44 -0500 Subject: [PATCH] SEC-2953: Add index-docinfo.xml This removes the "please define title in your docbook file" --- docs/docs.gradle | 3 ++- docs/manual/src/docs/asciidoc/index-docinfo.xml | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/manual/src/docs/asciidoc/index-docinfo.xml diff --git a/docs/docs.gradle b/docs/docs.gradle index 6837b0e840..ed08903e2e 100644 --- a/docs/docs.gradle +++ b/docs/docs.gradle @@ -32,7 +32,8 @@ project('manual') { numbered: '', 'spring-security-version' : project.version, 'spring-version' : springVersion, - revnumber : project.version + revnumber : project.version, + docinfo : "" ] ] } diff --git a/docs/manual/src/docs/asciidoc/index-docinfo.xml b/docs/manual/src/docs/asciidoc/index-docinfo.xml new file mode 100644 index 0000000000..1927676d5d --- /dev/null +++ b/docs/manual/src/docs/asciidoc/index-docinfo.xml @@ -0,0 +1,11 @@ +Spring Security +{spring-security-version} + + 2004-2015 + + + 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. + \ No newline at end of file