HHH-9757 - Fix Incorrect image path generated in HTML rendering removing useRelativeImageUris = false from devguide task, fixing image urls
This commit is contained in:
parent
b272080645
commit
5c7360c69a
|
@ -168,7 +168,6 @@ jdocbook {
|
||||||
|
|
||||||
devguide {
|
devguide {
|
||||||
masterSourceDocumentName = 'Hibernate_Development_Guide.xml'
|
masterSourceDocumentName = 'Hibernate_Development_Guide.xml'
|
||||||
useRelativeImageUris = false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
manual {
|
manual {
|
||||||
|
|
|
@ -44,10 +44,10 @@
|
||||||
|
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject role="html">
|
<imageobject role="html">
|
||||||
<imagedata fileref="images/multitenacy_database.png" format="PNG" align="center" />
|
<imagedata fileref="chapters/multitenancy/images/multitenacy_database.png" format="PNG" align="center" />
|
||||||
</imageobject>
|
</imageobject>
|
||||||
<imageobject role="fo">
|
<imageobject role="fo">
|
||||||
<imagedata fileref="images/multitenacy_database.svg" format="SVG" align="center" width="17cm" />
|
<imagedata fileref="chapters/multitenancy/images/multitenacy_database.svg" format="SVG" align="center" width="17cm" />
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
|
|
||||||
|
@ -64,10 +64,10 @@
|
||||||
|
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject role="html">
|
<imageobject role="html">
|
||||||
<imagedata fileref="images/multitenacy_schema.png" format="PNG" align="center" />
|
<imagedata fileref="chapters/multitenancy/images/multitenacy_schema.png" format="PNG" align="center" />
|
||||||
</imageobject>
|
</imageobject>
|
||||||
<imageobject role="fo">
|
<imageobject role="fo">
|
||||||
<imagedata fileref="images/multitenacy_schema.svg" format="SVG" align="center" width="17cm" />
|
<imagedata fileref="chapters/multitenancy/images/multitenacy_schema.svg" format="SVG" align="center" width="17cm" />
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
|
|
||||||
|
@ -105,10 +105,10 @@
|
||||||
|
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject role="html">
|
<imageobject role="html">
|
||||||
<imagedata fileref="images/multitenacy_discriminator.png" format="PNG" align="center" />
|
<imagedata fileref="chapters/multitenancy/images/multitenacy_discriminator.png" format="PNG" align="center" />
|
||||||
</imageobject>
|
</imageobject>
|
||||||
<imageobject role="fo">
|
<imageobject role="fo">
|
||||||
<imagedata fileref="images/multitenacy_discriminator.svg" format="SVG" align="center" width="17cm" />
|
<imagedata fileref="chapters/multitenancy/images/multitenacy_discriminator.svg" format="SVG" align="center" width="17cm" />
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue