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

Mark Craig
31.31.2012 be93b4f758a5cfcdf5f67ee78b4972d54755c715
CR-643 Fix for COMMWEB-80: Release documentation builds should include product release date in at least release notes
5 files modified
17 ■■■■ changed files
opendj3/pom.xml 8 ●●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/index.xml 2 ●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/dev-guide/index.xml 2 ●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/index.xml 2 ●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/release-notes/index.xml 3 ●●●● patch | view | raw | blame | history
opendj3/pom.xml
@@ -109,6 +109,14 @@
    <siteDistributionURL>scp://forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</siteDistributionURL>
    <i18nFrameworkVersion>1.4.0</i18nFrameworkVersion>
    <gaId>UA-23412190-8</gaId>
    <!--
      Release date is specified only when building the documentation
      for publication. For example:
          -D"releaseDate=Software release date: January 1, 1970"
      Otherwise release date should remain empty.
    -->
    <releaseDate />
    <softwareReleaseDate>${releaseDate}</softwareReleaseDate>
    <checkstyleHeaderLocation>org/forgerock/checkstyle/opendj-java-header</checkstyleHeaderLocation>
  </properties>
  <build>
opendj3/src/main/docbkx/admin-guide/index.xml
@@ -52,7 +52,7 @@
  </authorgroup>
  <xinclude:include href='../legal.xml' />
  <date><?dbtimestamp format="B d, Y"?></date>
  <pubdate>Last updated: <?dbtimestamp format="B d, Y"?></pubdate>
  <pubdate>Publication date: <?dbtimestamp format="B d, Y"?></pubdate>
 </info>
 <toc />
opendj3/src/main/docbkx/dev-guide/index.xml
@@ -49,7 +49,7 @@
  </authorgroup>
  <xinclude:include href='../legal.xml' />
  <date><?dbtimestamp format="B d, Y"?></date>
  <pubdate>Last updated: <?dbtimestamp format="B d, Y"?></pubdate>
  <pubdate>Publication date: <?dbtimestamp format="B d, Y"?></pubdate>
 </info>
 <toc />
opendj3/src/main/docbkx/install-guide/index.xml
@@ -46,7 +46,7 @@
  </authorgroup>
  <xinclude:include href='../legal.xml' />
  <date><?dbtimestamp format="B d, Y"?></date>
  <pubdate>Last updated: <?dbtimestamp format="B d, Y"?></pubdate>
  <pubdate>Publication date: <?dbtimestamp format="B d, Y"?></pubdate>
 </info>
 <toc />
opendj3/src/main/docbkx/release-notes/index.xml
@@ -47,7 +47,8 @@
  </authorgroup>
  <xinclude:include href='../legal.xml' />
  <date><?dbtimestamp format="B d, Y"?></date>
  <pubdate>Last updated: <?dbtimestamp format="B d, Y"?></pubdate>
  <pubdate>Publication date: <?dbtimestamp format="B d, Y"?></pubdate>
  <releaseinfo><?eval ${softwareReleaseDate}?></releaseinfo>
 </info>
 <toc />