152N/A
152N/A@echo off
152N/Arem CDDL HEADER START
152N/Arem
152N/Arem The contents of this file are subject to the terms of the
152N/Arem Common Development and Distribution License, Version 1.0 only
152N/Arem (the "License"). You may not use this file except in compliance
152N/Arem with the License.
152N/Arem
152N/Arem You can obtain a copy of the license at
152N/Arem trunk/opends/resource/legal-notices/OpenDS.LICENSE
152N/Arem or https://OpenDS.dev.java.net/OpenDS.LICENSE.
152N/Arem See the License for the specific language governing permissions
152N/Arem and limitations under the License.
152N/Arem
152N/Arem When distributing Covered Code, include this CDDL HEADER in each
152N/Arem file and include the License file at
152N/Arem trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
152N/Arem add the following below this CDDL HEADER, with the fields enclosed
873N/Arem by brackets "[]" replaced with your own identifying information:
152N/Arem Portions Copyright [yyyy] [name of copyright owner]
152N/Arem
152N/Arem CDDL HEADER END
152N/Arem
152N/Arem
3233N/Arem Copyright 2006-2008 Sun Microsystems, Inc.
5636N/Arem Portions Copyright 2011 ForgeRock AS
152N/A
152N/Asetlocal
152N/A
5636N/Aset OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDIFModify"
3459N/Aset SCRIPT_NAME=ldifmodify
1920N/Afor %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %*
152N/A