mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
28.33.2014 de8dbc0e24f3e0a637b79d3b9d6b3c8f22cc642d
CR-3284 Move to latest doc tools

This introduces a dependency on a -SNAPSHOT in order to check that everything runs fine in Jenkins as well before the release, which is coming real soon now.

If ever the whole thing goes wrong, or we cannot release, I'll revert to remove the -SNAPSHOT dependency.
2 files modified
14 ■■■■ changed files
opendj-sdk/opendj3-server-dev/pom.xml 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj3-server-dev/src/site/xdoc/docs.xml 12 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj3-server-dev/pom.xml
@@ -169,7 +169,9 @@
        <inherited>false</inherited>
        <configuration>
         <projectName>OpenDJ</projectName>
         <projectVersion>${docTargetVersion}</projectVersion>
         <googleAnalyticsId>${gaId}</googleAnalyticsId>
         <latestJson>http://mcraig.org/fr/latest.php</latestJson><!-- Temporary workaround pending #QOZ-985-23233 -->
         <docbkxSourceDirectory>${basedir}/src/main/docbkx</docbkxSourceDirectory>
        </configuration>
        <executions>
opendj-sdk/opendj3-server-dev/src/site/xdoc/docs.xml
@@ -50,28 +50,32 @@
    <a href="./doc/release-notes/index.html">HTML (single page)</a>,
    <a href="./doc/release-notes/index/index.html">HTML (1 page/chapter)</a>,
    <a href="./doc/OpenDJ-Release-Notes.pdf">PDF</a>,
    <a href="./doc/OpenDJ-Release-Notes.rtf">RTF</a></dd>
    <a href="./doc/OpenDJ-Release-Notes.rtf">RTF</a>,
    <a href="./doc/webhelp/release-notes/index.html">Webhelp</a></dd>
    <dt>Installation Guide</dt>
    <dd><a href="./doc/OpenDJ-Install-Guide.epub">EPUB</a>,
    <a href="./doc/install-guide/index.html">HTML (single page)</a>,
    <a href="./doc/install-guide/index/index.html">HTML (1 page/chapter)</a>,
    <a href="./doc/OpenDJ-Install-Guide.pdf">PDF</a>,
    <a href="./doc/OpenDJ-Install-Guide.rtf">RTF</a></dd>
    <a href="./doc/OpenDJ-Install-Guide.rtf">RTF</a>,
    <a href="./doc/webhelp/install-guide/index.html">Webhelp</a></dd>
    <dt>Administration Guide</dt>
    <dd><a href="./doc/OpenDJ-Admin-Guide.epub">EPUB</a>,
    <a href="./doc/admin-guide/index.html">HTML (single page)</a>,
    <a href="./doc/admin-guide/index/index.html">HTML (1 page/chapter)</a>,
    <a href="./doc/OpenDJ-Admin-Guide.pdf">PDF</a>,
    <a href="./doc/OpenDJ-Admin-Guide.rtf">RTF</a></dd>
    <a href="./doc/OpenDJ-Admin-Guide.rtf">RTF</a>,
    <a href="./doc/webhelp/admin-guide/index.html">Webhelp</a></dd>
    <dt>Developer Guide</dt>
    <dd><a href="../doc/OpenDJ-Dev-Guide.epub">EPUB</a>,
    <a href="../doc/dev-guide/index.html">HTML (single page)</a>,
    <a href="../doc/dev-guide/index/index.html">HTML (1 page/chapter)</a>,
    <a href="../doc/OpenDJ-Dev-Guide.pdf">PDF</a>,
    <a href="../doc/OpenDJ-Dev-Guide.rtf">RTF</a></dd>
    <a href="../doc/OpenDJ-Dev-Guide.rtf">RTF</a>,
    <a href="../doc/webhelp/dev-guide/index.html">Webhelp</a></dd>
    <dt>Configuration Reference</dt>
    <dd><a href="./configref/index.html">HTML</a></dd>