[Jukebox-cvs] CVS update: J4/src/java/gnu/j4/examples Makefile.am ChunkedOutputTest.java LruCacheTes
Brought to you by:
vtt
User: vt Date: 00/10/24 23:56:48 Modified: src/java/gnu/j4/examples Makefile.am Removed: src/java/gnu/j4/examples ChunkedOutputTest.java LruCacheTest.java RWLockTest.java ResourcePoolFailureTest.java ResourcePoolTest.java SemaphoreGroupTest.java ServerSocketTest.java ThreadTest.java VvsStest.java 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.24 +2 -10 J4/src/java/gnu/j4/examples/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/examples/Makefile.am?annotate=1.24&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/examples/Makefile.am?rev=1.24&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/java/gnu/j4/examples/Makefile.am.diff?r1=1.24&r2=1.23&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/java/gnu/j4/examples/Makefile.am,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- Makefile.am 2000/08/24 20:35:50 1.23 +++ Makefile.am 2000/10/25 06:56:48 1.24 @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.23 2000/08/24 20:35:50 vt Exp $ +# $Id: Makefile.am,v 1.24 2000/10/25 06:56:48 vt Exp $ noinst_PROGRAMS = package @@ -6,20 +6,12 @@ ClientTest.java \ ConfigTest.java \ ChunkedClientTest.java \ - ChunkedOutputTest.java \ ChunkedServletTest.java \ - LruCacheTest.java \ - ResourcePoolTest.java \ - ResourcePoolFailureTest.java \ - SemaphoreGroupTest.java \ - ServerSocketTest.java \ ServerTest.java \ SimpleService.java \ StreamClientTest.java \ StreamServerTest.java \ - TelnetTest.java \ - ThreadTest.java \ - VvsStest.java + TelnetTest.java JAVA2_FILES = LogTest.java \ RWLockTest.java |