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