From a3fe6a730ad66881af2d6e197758c07eadc71ca3 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Wed, 12 Feb 2014 16:03:57 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1288 :    Migrate I18n and logging support to i18n framework and SLF4J

---
 opendj3-server-dev/resource/bin/_script-util.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj3-server-dev/resource/bin/_script-util.bat b/opendj3-server-dev/resource/bin/_script-util.bat
index 0b321ff..a4bc93f 100644
--- a/opendj3-server-dev/resource/bin/_script-util.bat
+++ b/opendj3-server-dev/resource/bin/_script-util.bat
@@ -63,7 +63,7 @@
 rem it also helps comparing the two paths
 FOR /F %%i IN ("%INSTALL_ROOT%")  DO set INSTALL_ROOT=%%~dpnxi
 FOR /F %%i IN ("%INSTANCE_ROOT%") DO set INSTANCE_ROOT=%%~dpnxi
-call "%INSTALL_ROOT%\lib\setcp.bat" %INSTALL_ROOT%\lib\bootstrap.jar
+call "%INSTALL_ROOT%\lib\setcp.bat" %INSTALL_ROOT%\lib\bootstrap-client.jar
 FOR %%x in ("%INSTALL_ROOT%\resources\*.jar") DO call "%INSTALL_ROOT%\lib\setcp.bat" %%x
 set CLASSPATH=%INSTANCE_ROOT%\classes;%CLASSPATH%
 if "%INSTALL_ROOT%" == "%INSTANCE_ROOT%" goto setClassPathDone

--
Gitblit v1.10.0