[Jukebox-cvs] CVS update: J4/etc Makefile.am test.conf.in test.resource.pool.conf.in
Brought to you by:
vtt
From: CVS B. <vt...@fr...> - 2000-10-25 06:56:40
|
User: vt Date: 00/10/24 23:56:47 Modified: etc Makefile.am test.conf.in test.resource.pool.conf.in Log: Moved the files from gnu.j4.examples to gnu.j4.test.unit and gnu.j4.test.integration, where they belong. Also, makeup changes and small fixes. Revision Changes Path 1.6 +5 -2 J4/etc/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/etc/Makefile.am?annotate=1.6&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/etc/Makefile.am?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/etc/Makefile.am.diff?r1=1.6&r2=1.5&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/etc/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile.am 2000/08/24 20:35:49 1.5 +++ Makefile.am 2000/10/25 06:56:47 1.6 @@ -1,7 +1,10 @@ -# $Id: Makefile.am,v 1.5 2000/08/24 20:35:49 vt Exp $ +# $Id: Makefile.am,v 1.6 2000/10/25 06:56:47 vt Exp $ etcdir = ${prefix}/etc -etc_DATA = log.conf test.conf test.resource.pool.conf management.conf jukebox.conf.xml jukebox.conf.dtd +etc_DATA = log.conf management.conf jukebox.conf.xml jukebox.conf.dtd + +test_etcdir = ${prefix}/test/etc +test_etc_DATA = test.conf test.resource.pool.conf RM = @RM@ 1.4 +7 -7 J4/etc/test.conf.in CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/etc/test.conf.in?annotate=1.4&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/etc/test.conf.in?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/etc/test.conf.in.diff?r1=1.4&r2=1.3&cvsroot=jukebox4 ----------------------------------- Index: test.conf.in =================================================================== RCS file: /usr/local/cvs/J4/etc/test.conf.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- test.conf.in 1999/06/29 04:35:34 1.3 +++ test.conf.in 2000/10/25 06:56:47 1.4 @@ -1,15 +1,15 @@ -# $Id: test.conf.in,v 1.3 1999/06/29 04:35:34 vt Exp $ +# $Id: test.conf.in,v 1.4 2000/10/25 06:56:47 vt Exp $ # This file is the global configuration file for the # gnu.j4.examples.ConfigTest class. There should be three such files: # -# @prefix@/etc/test.conf -# $HOME/.jukebox/test/.conf -# test.conf file in the directory you run the test in. +# @prefix@/etc/test/test.conf +# $HOME/.jukebox/test.conf +# .test.conf file in the directory you run the test in. # # You can play with these files and see what happens if you specify # different values for the same names. -GLOBAL=This value is defined in @prefix@/etc/test.conf -HOME=This value is defined in @prefix@/etc/test.conf -LOCAL=This value is defined in @prefix@/etc/test.conf +GLOBAL=This value is defined in @prefix@/test/etc/test.conf +HOME=This value is defined in @prefix@/test/etc/test.conf +LOCAL=This value is defined in @prefix@/test/etc/test.conf 1.2 +1 -1 J4/etc/test.resource.pool.conf.in CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/etc/test.resource.pool.conf.in?annotate=1.2&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/etc/test.resource.pool.conf.in?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/etc/test.resource.pool.conf.in.diff?r1=1.2&r2=1.1&cvsroot=jukebox4 ----------------------------------- Index: test.resource.pool.conf.in =================================================================== RCS file: /usr/local/cvs/J4/etc/test.resource.pool.conf.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test.resource.pool.conf.in 1999/11/16 23:09:31 1.1 +++ test.resource.pool.conf.in 2000/10/25 06:56:47 1.2 @@ -1,5 +1,5 @@ # Configuration file for the gnu.j4.examples.ResourcePoolTest class, a.k.a -# ${jukebox}/examples/exampleResourcePoolTest. +# ${jukebox}/src/scripts/test/ResourcePool. # This test gives me hard time on my RedHat 5.2 glibc2.1 box. The JVM keeps # freezing all the time (not the test, the JVM. Try the Ctrl-\ next time you |