[Gabel-guys] gabel build.xml,1.3,1.4
Status: Alpha
Brought to you by:
alllee
|
From: allen l. <al...@us...> - 2004-05-12 10:08:26
|
Update of /cvsroot/gabel/gabel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19336 Modified Files: build.xml Log Message: More refactoring, turning KnownNodeServer into a specific instance of the more general RmiServer. Index: build.xml =================================================================== RCS file: /cvsroot/gabel/gabel/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.xml 12 May 2004 09:32:44 -0000 1.3 --- build.xml 12 May 2004 10:08:15 -0000 1.4 *************** *** 67,71 **** <!-- stubs for RMI compiler (FIXME: unused)--> <target name="rmi" depends="clean,prepare,compile"> ! <rmic base="${build.home}" includes="**/KnownNodeServer.class" verify="true" /> </target> --- 67,71 ---- <!-- stubs for RMI compiler (FIXME: unused)--> <target name="rmi" depends="clean,prepare,compile"> ! <rmic base="${build.home}" includes="**/KnownNodeServer.class,**/*Rmi*.class" verify="true" /> </target> *************** *** 226,229 **** --- 226,233 ---- <!-- $Log$ + Revision 1.4 2004/05/12 10:08:15 alllee + More refactoring, turning KnownNodeServer into a specific instance of the more + general RmiServer. + Revision 1.3 2004/05/12 09:32:44 alllee - Fixed a bug in KnownNodeServer (remove wouldn't work properly). |