dlr 02/01/11 15:40:46 Modified: conf TurbineResources.properties conf/master TurbineResources.master Log: o Changed default Pipeline from ClassicPipeline to TurbinePipeline. o Added pipeline.default.descriptor parameter for use with TurbinePipeline. Revision Changes Path 1.20 +5 -2 jakarta-turbine-3/conf/TurbineResources.properties Index: TurbineResources.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-3/conf/TurbineResources.properties,v retrieving revision 1.19 retrieving revision 1.20 diff -u -u -r1.19 -r1.20 --- TurbineResources.properties 19 Dec 2001 18:52:17 -0000 1.19 +++ TurbineResources.properties 11 Jan 2002 23:40:46 -0000 1.20 @@ -1,5 +1,5 @@ # ------------------------------------------------------------------- -# $Id: TurbineResources.properties,v 1.19 2001/12/19 18:52:17 jmcnally Exp $ +# $Id: TurbineResources.properties,v 1.20 2002/01/11 23:40:46 dlr Exp $ # # This is the configuration file for Turbine. # @@ -167,7 +167,10 @@ # module.default.woogy = Boogie # module.default.floogy = Moogie -pipeline.default = org.apache.turbine.pipeline.ClassicPipeline +# Turbine's default Pipeline implementation uses a (pluggable) +# descriptor to define which Valves it consists of. +pipeline.default = org.apache.turbine.pipeline.TurbinePipeline +pipeline.default.descriptor = org/apache/turbine/pipeline/turbine-classic-pipeline.xml pipeline.default.targetModuleType = screens template.default = /Default 1.14 +5 -2 jakarta-turbine-3/conf/master/TurbineResources.master Index: TurbineResources.master =================================================================== RCS file: /home/cvs/jakarta-turbine-3/conf/master/TurbineResources.master,v retrieving revision 1.13 retrieving revision 1.14 diff -u -u -r1.13 -r1.14 --- TurbineResources.master 19 Dec 2001 18:52:17 -0000 1.13 +++ TurbineResources.master 11 Jan 2002 23:40:46 -0000 1.14 @@ -1,5 +1,5 @@ # ------------------------------------------------------------------- -# $Id: TurbineResources.master,v 1.13 2001/12/19 18:52:17 jmcnally Exp $ +# $Id: TurbineResources.master,v 1.14 2002/01/11 23:40:46 dlr Exp $ # # This is the configuration file for Turbine. # @@ -167,7 +167,10 @@ # module.default.woogy = Boogie # module.default.floogy = Moogie -pipeline.default = org.apache.turbine.pipeline.ClassicPipeline +# Turbine's default Pipeline implementation uses a (pluggable) +# descriptor to define which Valves it consists of. +pipeline.default = org.apache.turbine.pipeline.TurbinePipeline +pipeline.default.descriptor = org/apache/turbine/pipeline/turbine-classic-pipeline.xml pipeline.default.targetModuleType = screens template.default = /Default
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>