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