From dd12a73c2157dab5e5d2dbce3180676ddb617917 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 13 Oct 2011 08:17:38 +0000
Subject: [PATCH] Fix for OPENDJ-313: Core docs are versioned 3.0.0-SNAPSHOT, even though they pertain to 2.5.0-SNAPSHOT (nightly builds)

---
 opendj3/src/main/docbkx/install-guide/chap-uninstall.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml b/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml
index 496d39e..271d225 100644
--- a/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml
+++ b/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml
@@ -39,11 +39,11 @@
   <title>To Uninstall OpenDJ From the Graphical Uninstaller</title>
   <step>
    <para>(UNIX) Run
-   <command>OpenDJ-<?eval ${project.version}?>\uninstall</command>.</para>
+   <command>OpenDJ-<?eval ${docTargetVersion}?>\uninstall</command>.</para>
    <para>(Windows) Double-click
-   <filename>OpenDJ-<?eval ${project.version}?>\uninstall.bat</filename>.</para>
+   <filename>OpenDJ-<?eval ${docTargetVersion}?>\uninstall.bat</filename>.</para>
    <para>(Mac OS X) Double-click
-   <filename>OpenDJ-<?eval ${project.version}?>\Uninstall.app</filename>.</para>
+   <filename>OpenDJ-<?eval ${docTargetVersion}?>\Uninstall.app</filename>.</para>
 
    <mediaobject>
     <imageobject>
@@ -75,7 +75,7 @@
   </step>
   
   <step>
-   <para>Run the <command>OpenDJ-<?eval ${project.version}?>/uninstall
+   <para>Run the <command>OpenDJ-<?eval ${docTargetVersion}?>/uninstall
    --cli</command> command.</para>
    
    <para>This command starts the removal program in interactive mode on the
@@ -83,7 +83,7 @@
    <command>uninstall</command> options to specify choices for the options.
    See <command>uninstall --help</command> for more information.</para>
    
-   <screen>$ cd /path/to/OpenDJ-<?eval ${project.version}?>
+   <screen>$ cd /path/to/OpenDJ-<?eval ${docTargetVersion}?>
 $ ./uninstall --cli
 Do you want to remove all components of the server or select the components to
 remove?
@@ -105,7 +105,7 @@
 The Uninstall Completed Successfully.
 To complete the uninstallation, you must delete manually the following files
 and directories:
-/path/to/OpenDJ-<?eval ${project.version}?>/lib
+/path/to/OpenDJ-<?eval ${docTargetVersion}?>/lib
 See /var/....log for a detailed log of this operation.</screen>
   </step>
 
@@ -113,7 +113,7 @@
    <para>If the command output tells you to delete files manually, then remove
    those remaining files to complete the process.</para>
  
-   <screen>$ rm -rf /path/to/OpenDJ-<?eval ${project.version}?></screen>
+   <screen>$ rm -rf /path/to/OpenDJ-<?eval ${docTargetVersion}?></screen>
   </step>
  </procedure>
 </chapter>

--
Gitblit v1.10.0