From cde06faf0823139c522a70dc1199b8a46c516fd7 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 06 Dec 2011 16:52:52 +0000
Subject: [PATCH] Move to docbkx-tools 2.0.14-SNAPSHOT, and some cleanup
---
opendj-sdk/opendj3/src/main/docbkx/legal.xml | 2 +-
opendj-sdk/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml | 4 ++--
opendj-sdk/opendj3/pom.xml | 29 ++---------------------------
3 files changed, 5 insertions(+), 30 deletions(-)
diff --git a/opendj-sdk/opendj3/pom.xml b/opendj-sdk/opendj3/pom.xml
index 6f45a68..84be85f 100644
--- a/opendj-sdk/opendj3/pom.xml
+++ b/opendj-sdk/opendj3/pom.xml
@@ -110,7 +110,6 @@
<fonts-src>${basedir}/src/fonts</fonts-src>
<fonts-gen>${basedir}/target/fonts</fonts-gen>
<site-out>${basedir}/target/site</site-out>
- <legalnotice>${basedir}/target/docbkx/html/legalnotice.html</legalnotice>
<siteDistributionURL>scp://forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</siteDistributionURL>
</properties>
<build>
@@ -118,7 +117,7 @@
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-fop-support</artifactId>
- <version>2.0.13</version>
+ <version>2.0.14-SNAPSHOT</version>
<inherited>false</inherited>
<executions>
<execution>
@@ -135,7 +134,7 @@
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
- <version>2.0.13</version>
+ <version>2.0.14-SNAPSHOT</version>
<inherited>false</inherited>
<configuration>
<sourceDirectory>${basedir}/src/main/docbkx</sourceDirectory>
@@ -404,16 +403,6 @@
</preProcess>
<postProcess>
- <copy file='${legalnotice}' todir='${docbkx-out}/html/admin-guide' />
- <copy file='${legalnotice}' todir='${docbkx-out}/html/dev-guide' />
- <copy file='${legalnotice}' todir='${docbkx-out}/html/install-guide' />
- <copy file='${legalnotice}' todir='${docbkx-out}/html/release-notes' />
- <replace
- dir="${basedir}/target/docbkx/html/"
- token="target/docbkx/html/legalnotice.html"
- value="legalnotice.html">
- <include name="**/**/*.html" />
- </replace>
<replace
dir="${basedir}/target/docbkx/html/"
token="</head>">
@@ -483,20 +472,6 @@
</preProcess>
<postProcess>
- <copy file='${legalnotice}'
- todir='${docbkx-out}/html/admin-guide/OpenDJ-Admin-Guide' />
- <copy file='${legalnotice}'
- todir='${docbkx-out}/html/dev-guide/OpenDJ-Dev-Guide' />
- <copy file='${legalnotice}'
- todir='${docbkx-out}/html/install-guide/OpenDJ-Install-Guide' />
- <copy file='${legalnotice}'
- todir='${docbkx-out}/html/release-notes/OpenDJ-Release-Notes' />
- <replace
- dir="${basedir}/target/docbkx/html/"
- token="target/docbkx/html/legalnotice.html"
- value="legalnotice.html">
- <include name="**/**/**/*.html" />
- </replace>
<replace
dir="${basedir}/target/docbkx/html/"
token="</head>">
diff --git a/opendj-sdk/opendj3/src/main/docbkx/legal.xml b/opendj-sdk/opendj3/src/main/docbkx/legal.xml
index a1ddf0e..c2b9c3f 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/legal.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/legal.xml
@@ -29,7 +29,7 @@
xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
xmlns:xlink='http://www.w3.org/1999/xlink'
xmlns:xinclude='http://www.w3.org/2001/XInclude'><?dbhtml
- filename='target/docbkx/html/legalnotice.html'?>
+ filename='legalnotice.html'?>
<mediaobject>
<imageobject>
diff --git a/opendj-sdk/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml b/opendj-sdk/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml
index 0a7f976..ab0dd15 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/release-notes/chap-whats-new.xml
@@ -31,7 +31,7 @@
xmlns:xinclude='http://www.w3.org/2001/XInclude'>
<title>What's New in OpenDJ <?eval ${docTargetVersion}?></title>
- <para>Compared to the OpenDJ <?eval ${stableServerVersion} ?>, OpenDJ
+ <para>Compared to the OpenDJ <?eval ${stableServerVersion}?>, OpenDJ
<?eval ${docTargetVersion}?> fixes a number of issues. OpenDJ
<?eval ${docTargetVersion}?> provides the following new features.</para>
@@ -82,7 +82,7 @@
the same way you would assign a password policy. See the
<link xlink:href="admin-guide#chap-pta"
xlink:role="http://docbook.org/xlink/role/olink"
- ><citetitle>Administration Guide</citetitle> for details.</link></para>
+ ><citetitle>Administration Guide</citetitle></link> for details.</para>
</listitem>
<listitem>
<para>OpenDJ now lets you configure attributes to be removed or renamed
--
Gitblit v1.10.0