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/ldapsearch.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sdk/resource/bin/ldapsearch.bat b/sdk/resource/bin/ldapsearch.bat index 59e86d7..19577f2 100755 --- a/sdk/resource/bin/ldapsearch.bat +++ b/sdk/resource/bin/ldapsearch.bat @@ -27,7 +27,7 @@ setlocal -set OPENDS_INVOKE_CLASS="org.opends.sdk.tools.LDAPSearch" +set OPENDS_INVOKE_CLASS="com.sun.opends.sdk.tools.LDAPSearch" set SCRIPT_NAME=ldapsearch for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* -- Gitblit v1.10.0