From 65d663e3a23ed4973404d25b7564cbd5df151f74 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 29 May 2015 15:35:45 +0000
Subject: [PATCH] OPENDJ-2003 Fix SDK dev guide links to sample code

---
 opendj-sdk/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/pom.xml b/opendj-sdk/pom.xml
index 2546aab..ed37695 100644
--- a/opendj-sdk/pom.xml
+++ b/opendj-sdk/pom.xml
@@ -179,8 +179,8 @@
                   <groupId>org.forgerock.opendj</groupId>
                   <artifactId>opendj-ldap-sdk-examples</artifactId>
                   <version>${project.version}</version>
-                  <classifier>examples</classifier>
-                  <outputDirectory>${project.build.directory}/docbkx-sources</outputDirectory>
+                  <classifier>sources</classifier>
+                  <outputDirectory>${project.build.directory}/docbkx-sources/resources</outputDirectory>
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.forgerock.opendj</groupId>

--
Gitblit v1.10.0