a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara@echo off
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem CDDL HEADER START
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem The contents of this file are subject to the terms of the
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem Common Development and Distribution License, Version 1.0 only
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem (the "License"). You may not use this file except in compliance
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem with the License.
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem or http://forgerock.org/license/CDDLv1.0.html.
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem See the License for the specific language governing permissions
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem and limitations under the License.
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem When distributing Covered Code, include this CDDL HEADER in each
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem file and include the License file at legal-notices/CDDLv1_0.txt.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignacrem information:
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem Portions Copyright [yyyy] [name of copyright owner]
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem CDDL HEADER END
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergararem
62713b44520556f3136c67f8716f905d9a90c463matthew_swiftrem Copyright 2008-2010 Sun Microsystems, Inc.
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludorem Portions Copyright 2011 ForgeRock AS
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergarasetlocal
a63994ebbdcbf00a73d14fb9c19779c88411f802jvergara
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludoset OPENDJ_INVOKE_CLASS="org.opends.server.tools.dsreplication.ReplicationCliMain"
62713b44520556f3136c67f8716f905d9a90c463matthew_swiftif "%RECURSIVE_LOCAL_CALL%" == "true" goto callOffline
62713b44520556f3136c67f8716f905d9a90c463matthew_swiftgoto callOnline
62713b44520556f3136c67f8716f905d9a90c463matthew_swift
62713b44520556f3136c67f8716f905d9a90c463matthew_swift:callOffline
62713b44520556f3136c67f8716f905d9a90c463matthew_swiftset SCRIPT_ARGS=
62713b44520556f3136c67f8716f905d9a90c463matthew_swiftset SCRIPT_NAME=dsreplication.offline
62713b44520556f3136c67f8716f905d9a90c463matthew_swiftgoto callScript
62713b44520556f3136c67f8716f905d9a90c463matthew_swift
62713b44520556f3136c67f8716f905d9a90c463matthew_swift:callOnline
62713b44520556f3136c67f8716f905d9a90c463matthew_swiftset SCRIPT_ARGS=-Dorg.opends.server.dsreplicationcallstatus=firstcall
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergaraset SCRIPT_NAME=dsreplication
62713b44520556f3136c67f8716f905d9a90c463matthew_swiftgoto callScript
62713b44520556f3136c67f8716f905d9a90c463matthew_swift
62713b44520556f3136c67f8716f905d9a90c463matthew_swift:callScript
62713b44520556f3136c67f8716f905d9a90c463matthew_swiftfor %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %*