From 4fa2f8299aacad2e79e5c6b0caf0f22ebf834054 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 24 May 2011 14:50:42 +0000
Subject: [PATCH] Fix module name.

---
 opendj3/opendj-ldap-toolkit/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj3/opendj-ldap-toolkit/pom.xml b/opendj3/opendj-ldap-toolkit/pom.xml
index 534faec..e674e28 100644
--- a/opendj3/opendj-ldap-toolkit/pom.xml
+++ b/opendj3/opendj-ldap-toolkit/pom.xml
@@ -34,7 +34,7 @@
     <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-ldap-toolkit</artifactId>
-  <name>OpenDJ LDAP Client Tools</name>
+  <name>OpenDJ LDAP Toolkit</name>
   <description>
     This module includes LDAP command line tools based on the OpenDJ LDAP SDK.
   </description>

--
Gitblit v1.10.0