Skip to content

Commit

Permalink
Issue 117: Fixing the "Inserting images has a different syntax"
Browse files Browse the repository at this point in the history
Signed-off-by: Rhuan Rocha <rhuan080@gmail.com>

Issue 117: Changing the default imagesDir to "./"

Signed-off-by: Rhuan Rocha <rhuan080@gmail.com>
  • Loading branch information
rhuan080 authored and tomjenkinson committed Jun 25, 2020
1 parent e2b84bf commit d6de5b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
</goals>
<configuration>
<backend>xhtml</backend>
<imagesDir>./</imagesDir>
<attributes>
<doctype>book</doctype>
<status>${status}</status>
Expand All @@ -130,6 +131,7 @@
</goals>
<configuration>
<backend>pdf</backend>
<imagesDir>./</imagesDir>
<attributes>
<pdf-stylesdir>${project.basedir}/src/theme</pdf-stylesdir>
<pdf-style>jakartaee</pdf-style>
Expand Down
10 changes: 6 additions & 4 deletions spec/src/main/asciidoc/Transactions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ describes each portion of the specification in details.



image:transactions-2.png[image]
image::images/transactions-2.png[]



=== Target Audience

Expand Down Expand Up @@ -564,7 +566,7 @@ Transaction Service (JTS), to coordinate transactions.



image:transactions-3.png[image]
image::images/transactions-3.png[]



Expand Down Expand Up @@ -1392,7 +1394,7 @@ transaction manager.



image:transactions-4.png[image]
image::images/transactions-4.png[]

In this usage scenario, the _XAResource_
interface is transparent to the application program, and the
Expand Down Expand Up @@ -1497,7 +1499,7 @@ interfaces as part of the application connection request handling.



image:transactions-5.png[image]
image::images/transactions-5.png[]

===

Expand Down

0 comments on commit d6de5b5

Please sign in to comment.