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