From 2e056544b859bdd14504fb8357e4298e86b23e2a Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 28 Oct 2015 00:44:50 +0000
Subject: [PATCH] OPENDJ-2343: rename backendtool to backendstat

---
 opendj-server-legacy/pom.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index c25b23d..e0bf97e 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -133,7 +133,7 @@
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-jdk14</artifactId>
     </dependency>
-    
+
     <dependency>
       <groupId>org.forgerock.commons</groupId>
       <artifactId>json-resource</artifactId>
@@ -143,7 +143,7 @@
       <groupId>org.forgerock.commons</groupId>
       <artifactId>json-resource-http</artifactId>
     </dependency>
-    
+
     <dependency>
       <groupId>org.forgerock.http</groupId>
       <artifactId>chf-http-core</artifactId>
@@ -1679,11 +1679,11 @@
                     </tool>
 
                     <tool>
-                      <name>backendtool</name>
-                      <application>org.opends.server.backends.pluggable.BackendTool</application>
+                      <name>backendstat</name>
+                      <application>org.opends.server.backends.pluggable.BackendStat</application>
                       <trailingSectionPaths>
                         <trailingSectionPath>exit-codes-0-gt0.xml</trailingSectionPath>
-                        <trailingSectionPath>backendtool-examples.xml</trailingSectionPath>
+                        <trailingSectionPath>backendstat-examples.xml</trailingSectionPath>
                       </trailingSectionPaths>
                     </tool>
 

--
Gitblit v1.10.0