From c0493d41a642a6c66ee676cc93c5330468d25b56 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. --- opendj-sdk/opends/resource/bin/dsreplication.bat | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/resource/bin/dsreplication.bat b/opendj-sdk/opends/resource/bin/dsreplication.bat index 1c4aa4e..9e9ed26 100644 --- a/opendj-sdk/opends/resource/bin/dsreplication.bat +++ b/opendj-sdk/opends/resource/bin/dsreplication.bat @@ -24,10 +24,11 @@ rem rem rem Copyright 2008-2010 Sun Microsystems, Inc. +rem Portions Copyright 2011 ForgeRock AS setlocal -set OPENDS_INVOKE_CLASS="org.opends.server.tools.dsreplication.ReplicationCliMain" +set OPENDJ_INVOKE_CLASS="org.opends.server.tools.dsreplication.ReplicationCliMain" if "%RECURSIVE_LOCAL_CALL%" == "true" goto callOffline goto callOnline -- Gitblit v1.10.0