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