INT-2468 - Fix DocBook <ulink/> PDF Problems

* upgrade the Docbook Reference plugin dependency from version **0.1.2-SNAPSHOT** to **0.1.3**
* change any occurrences (only the external links):

from

    <link href="http://www.eaipatterns.com/StoreInLibrary.html">Claim Check</link>

to

    <ulink url="http://www.eaipatterns.com/StoreInLibrary.html">Claim Check</ulink>
This commit is contained in:
Gunnar Hillert
2012-03-15 13:20:28 -04:00
committed by Oleg Zhurakousky
parent 43c2ac43b4
commit 3e030cd4bc
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.2-SNAPSHOT'
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.1.2-SNAPSHOT'
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.1.3'
}
}