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