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