From 01014a5d9a5f07682c251ef5492e8aa9f46c21a0 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 27 Nov 2013 18:45:57 +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-server2x-adapter/src/site/xdoc/index.xml.vm | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/opendj-server2x-adapter/src/site/xdoc/index.xml.vm b/opendj-server2x-adapter/src/site/xdoc/index.xml.vm
index 6638a83..181ef3e 100644
--- a/opendj-server2x-adapter/src/site/xdoc/index.xml.vm
+++ b/opendj-server2x-adapter/src/site/xdoc/index.xml.vm
@@ -35,11 +35,16 @@
${project.description}
</p>
</section>
+ <section name="Documentation for ${project.name}">
+ <p>
+ Javadoc for this module can be found <a href="apidocs/index.html">here</a>.
+ </p>
+ </section>
<section name="Get ${project.name}">
<p>
Start developing your applications by obtaining ${project.name}
using any of the following methods:
- </p>
+ </p>
<subsection name="Maven">
<p>
By far the simplest method is to develop your application using Maven
--
Gitblit v1.10.0