moved <bookingo> back to index.xml so the &version; variable gets picked up

This commit is contained in:
Thomas Risberg
2011-04-05 13:30:23 -04:00
parent 68d3f66f87
commit b89f0d2363
2 changed files with 40 additions and 45 deletions

View File

@@ -2,7 +2,46 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="introduction/bookinfo.xml"/>
<bookinfo>
<title>Good Relationships</title>
<subtitle>The Spring Data Graph Guidebook</subtitle>
<releaseinfo>&version;</releaseinfo>
<date/>
<authorgroup>
<author>
<firstname>Michael</firstname>
<surname>Hunger</surname>
</author>
<author>
<firstname>David</firstname>
<surname>Montag</surname>
</author>
<author>
<firstname>Mark</firstname>
<surname>Pollack</surname>
</author>
<author>
<firstname>Thomas</firstname>
<surname>Risberg</surname>
</author>
</authorgroup>
<mediaobject>
<imageobject>
<imagedata fileref="springdatagraph.png" scalefit="1" contentwidth="15cm"/>
</imageobject>
</mediaobject>
<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>
</bookinfo>
<toc/>

View File

@@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<bookinfo>
<title>Good Relationships</title>
<subtitle>The Spring Data Graph Guidebook</subtitle>
<releaseinfo>&version;</releaseinfo>
<date/>
<authorgroup>
<author>
<firstname>Michael</firstname>
<surname>Hunger</surname>
</author>
<author>
<firstname>David</firstname>
<surname>Montag</surname>
</author>
<author>
<firstname>Mark</firstname>
<surname>Pollack</surname>
</author>
<author>
<firstname>Thomas</firstname>
<surname>Risberg</surname>
</author>
</authorgroup>
<mediaobject>
<imageobject>
<imagedata fileref="springdatagraph.png" scalefit="1" contentwidth="15cm"/>
</imageobject>
</mediaobject>
<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>
</bookinfo>