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