dlr 01/11/14 16:53:57 Modified: conf TurbineResources.properties conf/master TurbineResources.master Log: Added a note about how classes are located using the module.packages property. Revision Changes Path 1.15 +4 -1 jakarta-turbine-3/conf/TurbineResources.properties Index: TurbineResources.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-3/conf/TurbineResources.properties,v retrieving revision 1.14 retrieving revision 1.15 diff -u -u -r1.14 -r1.15 --- TurbineResources.properties 2001/11/14 22:00:23 1.14 +++ TurbineResources.properties 2001/11/15 00:53:56 1.15 @@ -1,5 +1,5 @@ # ------------------------------------------------------------------- -# $Id: TurbineResources.properties,v 1.14 2001/11/14 22:00:23 jon Exp $ +# $Id: TurbineResources.properties,v 1.15 2001/11/15 00:53:56 dlr Exp $ # # This is the configuration file for Turbine. # @@ -147,6 +147,9 @@ # These are settings that control the behaviour of the framework, # such as determining whether a template system is in use, what # the default templates and screens are and session handling settings. +# +# Non-qualifed Java class names below located relative to the package +# names listed in the module.packages property. # ------------------------------------------------------------------- # This is the template that is shown on an incorrect login attempt. 1.11 +4 -1 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.10 retrieving revision 1.11 diff -u -u -r1.10 -r1.11 --- TurbineResources.master 2001/11/14 22:00:24 1.10 +++ TurbineResources.master 2001/11/15 00:53:57 1.11 @@ -1,5 +1,5 @@ # ------------------------------------------------------------------- -# $Id: TurbineResources.master,v 1.10 2001/11/14 22:00:24 jon Exp $ +# $Id: TurbineResources.master,v 1.11 2001/11/15 00:53:57 dlr Exp $ # # This is the configuration file for Turbine. # @@ -147,6 +147,9 @@ # These are settings that control the behaviour of the framework, # such as determining whether a template system is in use, what # the default templates and screens are and session handling settings. +# +# Non-qualifed Java class names below located relative to the package +# names listed in the module.packages property. # ------------------------------------------------------------------- # This is the template that is shown on an incorrect login attempt.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>