From 36e213444660f0a74ed415adeab490a5f3d50a6f Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Fri, 09 Oct 2015 11:40:06 +0000
Subject: [PATCH] OPENDJ-1791 Implement a tool like dbtest for the pluggable backend

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

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index f5cf65a..32006b3 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -1583,6 +1583,15 @@
                     </tool>
 
                     <tool>
+                      <name>backendtool</name>
+                      <application>org.opends.server.backends.pluggable.BackendTool</application>
+                      <trailingSectionPaths>
+                        <trailingSectionPath>exit-codes-0-gt0.xml</trailingSectionPath>
+                        <trailingSectionPath>backendtool-examples.xml</trailingSectionPath>
+                      </trailingSectionPaths>
+                    </tool>
+
+                    <tool>
                      <name>dbtest</name>
                      <application>org.opends.server.backends.jeb.DBTest</application>
                      <trailingSectionPaths>

--
Gitblit v1.10.0