From 3dfb061cbafd3a97c9359f739942924a8ee525f1 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Wed, 02 Nov 2011 12:07:15 +0000 Subject: [PATCH] Fix for OPENDJ-222 : Renamed environment variables to OPENDJ_... Updated scripts so that if OPENDJ_JAVA_HOME and OPENDJ_JAVA_ARGS are not defined, we look at the legacy OPENDS_... ones. --- opends/resource/bin/make-ldif.bat | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opends/resource/bin/make-ldif.bat b/opends/resource/bin/make-ldif.bat index 9eadd0e..e72bc81 100644 --- a/opends/resource/bin/make-ldif.bat +++ b/opends/resource/bin/make-ldif.bat @@ -24,6 +24,7 @@ rem rem rem Copyright 2006-2009 Sun Microsystems, Inc. +rem Portions Copyright 2011 ForgeRock AS setlocal @@ -50,7 +51,7 @@ set INSTANCE_ROOT=%CD% cd /d %CUR_DIR% -set OPENDS_INVOKE_CLASS="org.opends.server.tools.makeldif.MakeLDIF" +set OPENDJ_INVOKE_CLASS="org.opends.server.tools.makeldif.MakeLDIF" set SCRIPT_NAME=make-ldif "%INSTALL_ROOT%\lib\_server-script.bat" --resourcePath "%INSTANCE_ROOT%\config\MakeLDIF" %* -- Gitblit v1.10.0