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
1094N/Arem You can obtain a copy of the license at
1094N/Arem trunk/opends/resource/legal-notices/OpenDS.LICENSE
1094N/Arem or https://OpenDS.dev.java.net/OpenDS.LICENSE.
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
1094N/Arem file and include the License file at
1094N/Arem trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
1094N/Arem add the following below this CDDL HEADER, with the fields enclosed
1094N/Arem by brackets "[]" replaced with your own identifying 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