dsjavaproperties revision 5636
f743002678eb67b99bbc29fee116b65d9530fec0wrowe#!/bin/sh
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg#
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem# CDDL HEADER START
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic#
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# The contents of this file are subject to the terms of the
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Common Development and Distribution License, Version 1.0 only
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# (the "License"). You may not use this file except in compliance
4da61833a1cbbca94094f9653fd970582b97a72etrawick# with the License.
4da61833a1cbbca94094f9653fd970582b97a72etrawick#
4da61833a1cbbca94094f9653fd970582b97a72etrawick# You can obtain a copy of the license at
4da61833a1cbbca94094f9653fd970582b97a72etrawick# trunk/opends/resource/legal-notices/OpenDS.LICENSE
4da61833a1cbbca94094f9653fd970582b97a72etrawick# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
4789804be088bcd86ae637a29cdb7fda25169521jailletc# See the License for the specific language governing permissions
4789804be088bcd86ae637a29cdb7fda25169521jailletc# and limitations under the License.
4789804be088bcd86ae637a29cdb7fda25169521jailletc#
4789804be088bcd86ae637a29cdb7fda25169521jailletc# When distributing Covered Code, include this CDDL HEADER in each
e50c3026198fd496f183cda4c32a202925476778covener# file and include the License file at
e50c3026198fd496f183cda4c32a202925476778covener# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
e50c3026198fd496f183cda4c32a202925476778covener# add the following below this CDDL HEADER, with the fields enclosed
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin# by brackets "[]" replaced with your own identifying information:
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin# Portions Copyright [yyyy] [name of copyright owner]
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic#
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# CDDL HEADER END
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic#
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic#
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic# Copyright 2008 Sun Microsystems, Inc.
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# Portions Copyright 2011 ForgeRock AS
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# This script may be used to perform some replication specific operations.
69301145375a889e7e37caf7cc7321ac0f91801erpluemOPENDJ_INVOKE_CLASS="org.opends.server.tools.JavaPropertiesTool"
69301145375a889e7e37caf7cc7321ac0f91801erpluemexport OPENDJ_INVOKE_CLASS
69301145375a889e7e37caf7cc7321ac0f91801erpluem
506bfe33206b2fece40ef25f695af39dd4130facjkaluzaSCRIPT_NAME="dsjavaproperties"
506bfe33206b2fece40ef25f695af39dd4130facjkaluzaexport SCRIPT_NAME
506bfe33206b2fece40ef25f695af39dd4130facjkaluza
506bfe33206b2fece40ef25f695af39dd4130facjkaluzaNO_CHECK=0
d58a848a016d401b965111e50ef829e1641f7834minfrinexport NO_CHECK
d58a848a016d401b965111e50ef829e1641f7834minfrin
d58a848a016d401b965111e50ef829e1641f7834minfrinSCRIPT_DIR=`dirname "${0}"`
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf