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

Matthew Swift
28.17.2013 55dee5b8f7f56bf7dac5e1f86f799895a524a75a
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

* Minor improvements to example and toolkit download sections.

2 files modified
25 ■■■■■ changed files
opendj-ldap-sdk-examples/src/site/xdoc/index.xml.vm 3 ●●●● patch | view | raw | blame | history
opendj-ldap-toolkit/src/site/xdoc/index.xml.vm 22 ●●●● patch | view | raw | blame | history
opendj-ldap-sdk-examples/src/site/xdoc/index.xml.vm
@@ -120,8 +120,7 @@
    </section>
    <section name="Get ${project.name}">
      <p>
        You can get the OpenDJ LDAP SDK examples using any of the following
        methods:
        You can get ${project.name} using any of the following methods:
      </p>
      <subsection name="Download">
        <p>
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:
        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>