dsjavaproperties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
145N/A#!/bin/sh
145N/A#
145N/A# CDDL HEADER START
145N/A#
145N/A# The contents of this file are subject to the terms of the
145N/A# Common Development and Distribution License, Version 1.0 only
145N/A# (the "License"). You may not use this file except in compliance
145N/A# with the License.
145N/A#
145N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
145N/A# or http://forgerock.org/license/CDDLv1.0.html.
145N/A# See the License for the specific language governing permissions
145N/A# and limitations under the License.
145N/A#
145N/A# When distributing Covered Code, include this CDDL HEADER in each
145N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
145N/A# If applicable, add the following below this CDDL HEADER, with the
145N/A# fields enclosed by brackets "[]" replaced with your own identifying
145N/A# information:
145N/A# Portions Copyright [yyyy] [name of copyright owner]
3996N/A#
145N/A# CDDL HEADER END
145N/A#
145N/A#
187N/A# Copyright 2008 Sun Microsystems, Inc.
3996N/A# Portions Copyright 2011-2013 ForgeRock AS
187N/A
187N/A
187N/A# This script may be used to perform some replication specific operations.
145N/AOPENDJ_INVOKE_CLASS="org.opends.server.tools.JavaPropertiesTool"
187N/Aexport OPENDJ_INVOKE_CLASS
187N/A
187N/ASCRIPT_NAME="dsjavaproperties"
145N/Aexport SCRIPT_NAME
1273N/A
1273N/ASCRIPT_DIR=`dirname "${0}"`
1273N/A"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
187N/A