[Jukebox-cvs] CVS update: J4/examples exampleXmlConfigurationTest.in .cvsignore Makefile.am
Brought to you by:
vtt
From: CVS B. <vt...@fr...> - 2000-08-24 20:35:35
|
User: vt Date: 00/08/24 13:35:49 Modified: examples .cvsignore Makefile.am Added: examples exampleXmlConfigurationTest.in Log: Patchlevel bump. - Incorporated changes made in the JAXP branch - Added the local configuration options support Revision Changes Path 1.9 +1 -0 J4/examples/.cvsignore CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/examples/.cvsignore?annotate=1.9&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/examples/.cvsignore?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/examples/.cvsignore.diff?r1=1.9&r2=1.8&cvsroot=jukebox4 ----------------------------------- Index: .cvsignore =================================================================== RCS file: /usr/local/cvs/J4/examples/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 2000/06/13 23:36:36 1.8 +++ .cvsignore 2000/08/24 20:35:49 1.9 @@ -9,4 +9,5 @@ exampleSemaphoreGroupTest exampleSimpleServiceTest exampleTelnetTest +exampleXmlConfigurationTest index.html 1.9 +6 -2 J4/examples/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/examples/Makefile.am?annotate=1.9&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/examples/Makefile.am?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/examples/Makefile.am.diff?r1=1.9&r2=1.8&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/examples/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Makefile.am 2000/07/06 10:47:00 1.8 +++ Makefile.am 2000/08/24 20:35:49 1.9 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.8 2000/07/06 10:47:00 vt Exp $ +# $Id: Makefile.am,v 1.9 2000/08/24 20:35:49 vt Exp $ bin_PROGRAMS = exampleLogTest \ exampleLruCacheTest \ @@ -8,7 +8,8 @@ exampleSemaphoreGroupTest \ exampleConfigTest \ exampleSimpleServiceTest \ - exampleTelnetTest + exampleTelnetTest \ + exampleXmlConfigurationTest bin_DATA = index.html @@ -23,6 +24,7 @@ exampleSimpleServiceTest_SOURCES = exampleSimpleServiceTest exampleTelnetTest_SOURCES = exampleTelnetTest exampleRWLockTest_SOURCES = exampleRWLockTest +exampleXmlConfigurationTest_SOURCES = exampleXmlConfigutrationTest RM = @RM@ @@ -47,3 +49,5 @@ exampleTelnetTest: exampleRWLockTest: + +exampleXmlConfigurationTest: 1.2 +11 -0 J4/examples/exampleXmlConfigurationTest.in CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/examples/exampleXmlConfigurationTest.in?annotate=1.2&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/examples/exampleXmlConfigurationTest.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/examples/exampleXmlConfigurationTest.in.diff?r1=1.2&r2=1.1&cvsroot=jukebox4 ----------------------------------- |