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