jvanzyl 01/08/09 07:27:19
Modified: conf TurbineResources.properties
conf/master TurbineResources.master
Log:
- configuration changes for the mapping mechanism
Revision Changes Path
1.135 +5 -3 jakarta-turbine/conf/TurbineResources.properties
Index: TurbineResources.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine/conf/TurbineResources.properties,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- TurbineResources.properties 2001/08/08 23:09:50 1.134
+++ TurbineResources.properties 2001/08/09 14:27:19 1.135
@@ -1,5 +1,5 @@
# -------------------------------------------------------------------
-# $Id: TurbineResources.properties,v 1.134 2001/08/08 23:09:50 jvanzyl Exp $
+# $Id: TurbineResources.properties,v 1.135 2001/08/09 14:27:19 jvanzyl Exp $
#
# This is the configuration file for Turbine.
#
@@ -103,10 +103,12 @@
# These are the default modules to emulate the Turbine
# 2.1 page/layout/nav/screen system.
+module.default.base = Module
module.default.actions = TemplateAction
module.default.screens = TemplateScreen
-module.default.layouts = TemplateLayout
-module.default.navigations = TemplateNavigation
+
+module.mapping.layouts = base
+module.mapping.navigations = base
# You can define any module type you wish here and
# they will be added to Turbine's module processing
1.102 +5 -3 jakarta-turbine/conf/master/TurbineResources.master
Index: TurbineResources.master
===================================================================
RCS file: /home/cvs/jakarta-turbine/conf/master/TurbineResources.master,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- TurbineResources.master 2001/08/08 23:09:51 1.101
+++ TurbineResources.master 2001/08/09 14:27:19 1.102
@@ -1,5 +1,5 @@
# -------------------------------------------------------------------
-# $Id: TurbineResources.master,v 1.101 2001/08/08 23:09:51 jvanzyl Exp $
+# $Id: TurbineResources.master,v 1.102 2001/08/09 14:27:19 jvanzyl Exp $
#
# This is the configuration file for Turbine.
#
@@ -103,10 +103,12 @@
# These are the default modules to emulate the Turbine
# 2.1 page/layout/nav/screen system.
+module.default.base = Module
module.default.actions = TemplateAction
module.default.screens = TemplateScreen
-module.default.layouts = TemplateLayout
-module.default.navigations = TemplateNavigation
+
+module.mapping.layouts = base
+module.mapping.navigations = base
# You can define any module type you wish here and
# they will be added to Turbine's module processing
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]