[Jukebox-cvs] CVS update: J4/src/scripts j4wrapper.in
Brought to you by:
vtt
From: CVS B. <vt...@fr...> - 2000-08-24 20:35:34
|
User: vt Date: 00/08/24 13:35:51 Modified: src/scripts j4wrapper.in Log: Patchlevel bump. - Incorporated changes made in the JAXP branch - Added the local configuration options support Revision Changes Path 1.6 +6 -2 J4/src/scripts/j4wrapper.in CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/j4wrapper.in?annotate=1.6&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/j4wrapper.in?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/j4wrapper.in.diff?r1=1.6&r2=1.5&cvsroot=jukebox4 ----------------------------------- Index: j4wrapper.in =================================================================== RCS file: /usr/local/cvs/J4/src/scripts/j4wrapper.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- j4wrapper.in 2000/06/06 18:46:27 1.5 +++ j4wrapper.in 2000/08/24 20:35:51 1.6 @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: j4wrapper.in,v 1.5 2000/06/06 18:46:27 vt Exp $ +# $Id: j4wrapper.in,v 1.6 2000/08/24 20:35:51 vt Exp $ # # This script is used to run the classes extending the # gnu.j4.service.RunnableService. Please see the documentation - the wrapper @@ -8,7 +8,11 @@ # # J4WRAPPER environment variable -TARGET_CLASSPATH=@prefix@/lib/@PACKAGE@.jar:@JMX_CLASSES@:@JMXTOOLS_CLASSES@:${CLASSPATH} +TARGET_CLASSPATH=@prefix@/lib/@PACKAGE@.jar:\ +@JMX_CLASSES@:\ +@JMXTOOLS_CLASSES@:\ +@XERCES_CLASSES@:\ +${CLASSPATH} JAVA_OPT="@JAVA_OPT@" |