diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly index 0a61063c..9dfa03ee 100644 --- a/xdoc/plugin.jelly +++ b/xdoc/plugin.jelly @@ -194,17 +194,25 @@ @target --> - + + + + ${pathTool.calculateLink(link,relativePath)} + + + + + + externalLink + External Link + + newWindow New Window - - externalLink - External Link - ${target} diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index 71787e75..4c8aad41 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -34,7 +34,11 @@ - + + + + + @@ -615,9 +619,14 @@ + + + ${href} - externalLink - External Link + + externalLink + External Link + ${href} diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index 25b8d538..691a5085 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -27,6 +27,7 @@ + Display the "external link" icon only if the link host is different from the project url (pom.url). Fix generated pages titles: [nav.title | pom.name] - doc.title New attribute fileSuffix for the tag doc:registerReport allow to use another extension than '.html' for a report link. Include instructions for ClearCase, Starteam and Perforce access in the scm-usage page.