[Jukebox-cvs] CVS update: J4/src/scripts .cvsignore Makefile.am ejbserver.in j4wrapper.in
Brought to you by:
vtt
From: CVS B. <vt...@fr...> - 2000-10-25 06:56:52
|
User: vt Date: 00/10/24 23:56:50 Modified: src/scripts .cvsignore Makefile.am Removed: src/scripts ejbserver.in j4wrapper.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.3 +0 -2 J4/src/scripts/.cvsignore CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/.cvsignore?annotate=1.3&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/.cvsignore?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/.cvsignore.diff?r1=1.3&r2=1.2&cvsroot=jukebox4 ----------------------------------- Index: .cvsignore =================================================================== RCS file: /usr/local/cvs/J4/src/scripts/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1999/08/12 22:09:06 1.2 +++ .cvsignore 2000/10/25 06:56:49 1.3 @@ -1,4 +1,2 @@ Makefile Makefile.in -j4wrapper -ejbserver 1.5 +2 -22 J4/src/scripts/Makefile.am CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/Makefile.am?annotate=1.5&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/Makefile.am?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/src/scripts/Makefile.am.diff?r1=1.5&r2=1.4&cvsroot=jukebox4 ----------------------------------- Index: Makefile.am =================================================================== RCS file: /usr/local/cvs/J4/src/scripts/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile.am 2000/07/06 10:47:09 1.4 +++ Makefile.am 2000/10/25 06:56:49 1.5 @@ -1,29 +1,9 @@ -# $Id: Makefile.am,v 1.4 2000/07/06 10:47:09 vt Exp $ +# $Id: Makefile.am,v 1.5 2000/10/25 06:56:49 vt Exp $ -bin_PROGRAMS = j4wrapper ejbserver +SUBDIRS = test run -j4wrapper_SOURCES = j4wrapper - -if EJB - -ejbserver_SOURCES = ejbserver - -else - -ejbserver_SOURCES = - -endif - RM = @RM@ clean-generic: ${RM} -f *~ .*~ - -j4wrapper: - -if EJB - -ejbserver: - -endif |