From 382d4a7d3719e1621c5e8f341ab4427c39c82827 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 04 Feb 2015 13:00:51 +0000
Subject: [PATCH] Fix build break
---
opendj-sdk/opends/pom.xml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/pom.xml b/opendj-sdk/opends/pom.xml
index 8ecf84d..1efc2b9 100644
--- a/opendj-sdk/opends/pom.xml
+++ b/opendj-sdk/opends/pom.xml
@@ -15,14 +15,14 @@
!
! When distributing Covered Code, include this CDDL HEADER in each
! file and include the License file at
- ! trunk/opendj3/legal-notices/CDDLv1_0.txt. If applicable,
+ ! trunk/opendj/legal-notices/CDDLv1_0.txt. If applicable,
! add the following below this CDDL HEADER, with the fields enclosed
! by brackets "[]" replaced with your own identifying information:
! Portions Copyright [yyyy] [name of copyright owner]
!
! CDDL HEADER END
!
- ! Copyright 2011-2014 ForgeRock AS
+ ! Copyright 2011-2015 ForgeRock AS.
!
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -199,6 +199,8 @@
<projectVersion>${docTargetVersion}</projectVersion>
<releaseVersion>${docTargetVersion}</releaseVersion>
<googleAnalyticsId>${gaId}</googleAnalyticsId>
+ <!-- This is the default, here to override the outdated inherited setting. -->
+ <docbkxSourceDirectory>${basedir}/src/main/docbkx</docbkxSourceDirectory>
</configuration>
<executions>
<execution>
--
Gitblit v1.10.0