From 55dee5b8f7f56bf7dac5e1f86f799895a524a75a Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 28 Nov 2013 15:17:09 +0000
Subject: [PATCH] Initial work towards OPENDJ-1195: Realign the SDK developer guide with the SDK trunk once the new Maven module and package layout has been validated
---
opendj-ldap-toolkit/src/site/xdoc/index.xml.vm | 24 +++++++++++-------------
1 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/opendj-ldap-toolkit/src/site/xdoc/index.xml.vm b/opendj-ldap-toolkit/src/site/xdoc/index.xml.vm
index 9f2f5fc..9a82651 100644
--- a/opendj-ldap-toolkit/src/site/xdoc/index.xml.vm
+++ b/opendj-ldap-toolkit/src/site/xdoc/index.xml.vm
@@ -46,27 +46,25 @@
<dt>searchrate</dt><dd>measure search throughput and response time</dd>
</dl>
</section>
- <section name="Get the OpenDJ LDAP Toolkit">
+ <section name="Get ${project.name}">
<p>
- You can get the
- OpenDJ
- LDAP Toolkit using any of the following
- methods:
- </p>
+ You can get ${project.name} using any of the following methods:
+ </p>
<subsection name="Download">
<p>
- The easiest way to download the OpenDJ LDAP Toolkit is to get the latest version from our
- <a
- href="${mavenRepoSnapshots}/org/forgerock/opendj/opendj-ldap-toolkit/${currentSDKversion}">repository</a>
- .
+ Pre-built binaries can be downloaded directly from the ForgeRock Maven
+ repository:
</p>
+ <ul>
+ <li><a href="${mavenRepoReleases}/org/forgerock/opendj/${project.artifactId}">Stable releases</a></li>
+ <li><a href="${mavenRepoSnapshots}/org/forgerock/opendj/${project.artifactId}/${project.version}">Latest development snapshot</a></li>
+ </ul>
</subsection>
<subsection name="Build">
<p>
For the DIY enthusiasts you can build it yourself by checking out the
- latest code using
- <a href="source-repository.html">Subversion</a>
- and building it with Maven 3
+ latest code using <a href="source-repository.html">Subversion</a> and
+ building it with Maven 3.
</p>
</subsection>
</section>
--
Gitblit v1.10.0