1094N/A
1094N/A@echo off
1094N/Arem CDDL HEADER START
1094N/Arem
1094N/Arem The contents of this file are subject to the terms of the
1094N/Arem Common Development and Distribution License, Version 1.0 only
1094N/Arem (the "License"). You may not use this file except in compliance
1094N/Arem with the License.
1094N/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.
1094N/Arem See the License for the specific language governing permissions
1094N/Arem and limitations under the License.
1094N/Arem
1094N/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:
1094N/Arem Portions Copyright [yyyy] [name of copyright owner]
1094N/Arem
1094N/Arem CDDL HEADER END
1094N/Arem
1094N/Arem
3233N/Arem Copyright 2006-2008 Sun Microsystems, Inc.
5636N/Arem Portions Copyright 2011 ForgeRock AS
1094N/A
1094N/Asetlocal
1094N/A
5636N/Aset OPENDJ_INVOKE_CLASS="org.opends.server.tools.RebuildIndex"
2976N/Aset SCRIPT_NAME=rebuild-index
1920N/Afor %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %*
1094N/A
1920N/A