dsjavaproperties revision 0f8553e2af5fc49a510ecfcfc93e66d06713f631
af8d5ca7c08aa5f19d056ffaf55b98e44a62639eMichael Sawyer#!/bin/sh
af8d5ca7c08aa5f19d056ffaf55b98e44a62639eMichael Sawyer#
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater# CDDL HEADER START
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# The contents of this file are subject to the terms of the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Common Development and Distribution License, Version 1.0 only
af8d5ca7c08aa5f19d056ffaf55b98e44a62639eMichael Sawyer# (the "License"). You may not use this file except in compliance
af8d5ca7c08aa5f19d056ffaf55b98e44a62639eMichael Sawyer# with the License.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# You can obtain a copy of the license at
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# trunk/opends/resource/legal-notices/OpenDS.LICENSE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at
e0c50ca36af5708bbbe43ded4742f7ab1d91a63cMark Andrews# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# add the following below this CDDL HEADER, with the fields enclosed
af8d5ca7c08aa5f19d056ffaf55b98e44a62639eMichael Sawyer# by brackets "[]" replaced with your own identifying information:
af8d5ca7c08aa5f19d056ffaf55b98e44a62639eMichael Sawyer# Portions Copyright [yyyy] [name of copyright owner]
45340ebd2dabafe737cd533835af2a73d5fc3816Andreas Gustafsson#
45340ebd2dabafe737cd533835af2a73d5fc3816Andreas Gustafsson# CDDL HEADER END
45340ebd2dabafe737cd533835af2a73d5fc3816Andreas Gustafsson#
c2398b11d74c364011d84a8b411f7766752c1981Andreas Gustafsson#
c2398b11d74c364011d84a8b411f7766752c1981Andreas Gustafsson# Copyright 2008 Sun Microsystems, Inc.
c2398b11d74c364011d84a8b411f7766752c1981Andreas Gustafsson# Portions Copyright 2011 ForgeRock AS
557e104278daff54b8d7f7f27a8340fcd8b524d0Matt Nelson
557e104278daff54b8d7f7f27a8340fcd8b524d0Matt Nelson
557e104278daff54b8d7f7f27a8340fcd8b524d0Matt Nelson# This script may be used to perform some replication specific operations.
af8d5ca7c08aa5f19d056ffaf55b98e44a62639eMichael SawyerOPENDJ_INVOKE_CLASS="org.opends.server.tools.JavaPropertiesTool"
557e104278daff54b8d7f7f27a8340fcd8b524d0Matt Nelsonexport OPENDJ_INVOKE_CLASS
557e104278daff54b8d7f7f27a8340fcd8b524d0Matt Nelson
7f4bf5aaaca15c09eb68f227a3546a7578528a12Andreas GustafssonSCRIPT_NAME="dsjavaproperties"
557e104278daff54b8d7f7f27a8340fcd8b524d0Matt Nelsonexport SCRIPT_NAME
e0c50ca36af5708bbbe43ded4742f7ab1d91a63cMark Andrews
557e104278daff54b8d7f7f27a8340fcd8b524d0Matt NelsonNO_CHECK=0
3ee7b0d2cdd9f3505aafb1bf4b0be8258ed8583dAndreas Gustafssonexport NO_CHECK
557e104278daff54b8d7f7f27a8340fcd8b524d0Matt Nelson
0e3fa3bf101a3e7c993d2a3edb8f65cd509913ccAndreas GustafssonSCRIPT_DIR=`dirname "${0}"`
0e3fa3bf101a3e7c993d2a3edb8f65cd509913ccAndreas Gustafsson"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
45340ebd2dabafe737cd533835af2a73d5fc3816Andreas Gustafsson