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