From b69e03bcf756fdeba95b86454445424237d2aefd Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 07 Dec 2009 13:38:25 +0000
Subject: [PATCH] Move tools package into private package hierarchy.

---
 sdk/resource/bin/ldapcompare |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sdk/resource/bin/ldapcompare b/sdk/resource/bin/ldapcompare
index 26ca941..2b42932 100755
--- a/sdk/resource/bin/ldapcompare
+++ b/sdk/resource/bin/ldapcompare
@@ -27,7 +27,7 @@
 
 
 # This script may be used to perform LDAP compare operations.
-OPENDS_INVOKE_CLASS="org.opends.sdk.tools.LDAPCompare"
+OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPCompare"
 export OPENDS_INVOKE_CLASS
 
 SCRIPT_NAME="ldapcompare"

--
Gitblit v1.10.0