From 688853499187ddbfb021efb93932c6ab4e2fbb6c Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 27 Jun 2013 16:00:29 +0000
Subject: [PATCH] Additional fix for DOCS-21: Release documentation builds should include product release date

---
 opendj3/src/main/docbkx/install-guide/index.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opendj3/src/main/docbkx/install-guide/index.xml b/opendj3/src/main/docbkx/install-guide/index.xml
index 403c79c..84639e9 100644
--- a/opendj3/src/main/docbkx/install-guide/index.xml
+++ b/opendj3/src/main/docbkx/install-guide/index.xml
@@ -47,6 +47,7 @@
   <xinclude:include href='../legal.xml' />
   <date><?dbtimestamp format="B d, Y"?></date>
   <pubdate>Publication date: <?dbtimestamp format="B d, Y"?></pubdate>
+  <releaseinfo><?eval ${softwareReleaseDate}?></releaseinfo>
  </info>
 
  <toc />

--
Gitblit v1.10.0