raphael 01/08/16 08:09:31
Modified: webapp/WEB-INF/conf TurbineResources.properties
Log:
update TR.p to use new VelocityDirectLayout
Revision Changes Path
1.38 +5 -5 jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties
Index: TurbineResources.properties
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- TurbineResources.properties 2001/07/26 16:22:19 1.37
+++ TurbineResources.properties 2001/08/16 15:09:31 1.38
@@ -1,5 +1,5 @@
# -------------------------------------------------------------------
-# $Id: TurbineResources.properties,v 1.37 2001/07/26 16:22:19 taylor Exp $
+# $Id: TurbineResources.properties,v 1.38 2001/08/16 15:09:31 raphael Exp $
#
# This is the configuration file for Turbine.
#
@@ -587,11 +587,11 @@
#default.page = JetspeedVelocityPage
services.VelocityService.template.extension=vm
-#dst services.VelocityService.default.page = VelocityPage
services.VelocityService.default.page = JetspeedVelocityPage
-services.VelocityService.default.screen=VelocityScreen
-services.VelocityService.default.layout = VelocityOnlyLayout
-#services.VelocityService.default.layout = VelocityDirectResponseLayout
+#services.VelocityService.default.screen=VelocityScreen
+services.VelocityService.default.screen=VelocityDirectScreen
+#services.VelocityService.default.layout = VelocityOnlyLayout
+services.VelocityService.default.layout = VelocityDirectLayout
services.VelocityService.default.navigation=VelocityNavigation
services.VelocityService.default.error.screen = VelocityErrorScreen
services.VelocityService.default.layout.template = /default.vm
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
|