list-backends.bat revision 539
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
1060N/Arem Portions Copyright 2006 Sun Microsystems, Inc.
1060N/A
1060N/Asetlocal
1060N/A
1060N/Aset OPENDS_INVOKE_CLASS="org.opends.server.tools.ListBackends"
1060N/Aset SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=list-backends"
1060N/Acall "%~dP0\_server-script.bat" %*
1060N/A