remm 02/02/19 16:56:58 Modified: . build.properties.sample Log: - Add an optional dependency on commons-daemon. - BootstrapService (which I don't plan to rename because of script compatibility concerns) will not be compiled if commons-daemon is not present. - BootstrapService now implements the new Daemon interface (which is very similar to the Service interface used before). - Note: I didn't test the service intalled by the installer, so it may fail. - Remove older service code. Revision Changes Path 1.30 +7 -1 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- build.properties.sample 8 Feb 2002 07:19:03 -0000 1.29 +++ build.properties.sample 20 Feb 2002 00:56:58 -0000 1.30 @@ -6,7 +6,7 @@ # modules that Tomcat depends on. Copy this file to "build.properties" # in the top-level source directory, and customize it as needed. # -# $Id: build.properties.sample,v 1.29 2002/02/08 07:19:03 remm Exp $ +# $Id: build.properties.sample,v 1.30 2002/02/20 00:56:58 remm Exp $ # ----------------------------------------------------------------------------- @@ -49,6 +49,12 @@ commons-collections.home=${base.path}/commons-collections-1.0 commons-collections.lib=${commons-collections.home} commons-collections.jar=${commons-collections.lib}/commons-collections.jar + + +# ----- Commons Daemon, version 20020219 or later ----- +commons-daemon.home=${base.path}/commons-daemon +commons-daemon.lib=${commons-daemon.home} +commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar # ----- Commons Digester, version 1.1.1 or later -----
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>