ldifdiff.bat revision f537744cea5b0e4dcdf1786437346b5131272829
6331N/A
6331N/A@echo off
6331N/Arem CDDL HEADER START
479N/Arem
479N/Arem The contents of this file are subject to the terms of the
479N/Arem Common Development and Distribution License, Version 1.0 only
479N/Arem (the "License"). You may not use this file except in compliance
479N/Arem with the License.
479N/Arem
479N/Arem You can obtain a copy of the license at
479N/Arem legal-notices/CDDLv1_0.txt
479N/Arem or http://forgerock.org/license/CDDLv1.0.html.
479N/Arem See the License for the specific language governing permissions
479N/Arem and limitations under the License.
479N/Arem
479N/Arem When distributing Covered Code, include this CDDL HEADER in each
479N/Arem file and include the License file at legal-notices/CDDLv1_0.txt.
479N/Arem legal-notices/CDDLv1_0.txt. If applicable,
479N/Arem add the following below this CDDL HEADER, with the fields enclosed
479N/Arem by brackets "[]" replaced with your own identifying information:
479N/Arem Portions Copyright [yyyy] [name of copyright owner]
873N/Arem
479N/Arem CDDL HEADER END
479N/Arem
479N/Arem
479N/Arem Copyright 2012 ForgeRock AS.
479N/A
5236N/Asetlocal
5636N/A
6331N/Aset OPENDJ_INVOKE_CLASS="com.forgerock.opendj.ldap.tools.LDIFDiff"
479N/Aset SCRIPT_NAME=ldifdiff
479N/Afor %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %*
479N/A