jvanzyl     01/06/28 10:34:40

  Modified:    conf/view jsp velocity velocity-secure webmacro
  Removed:     conf/view ecs
  Log:
  - removing the use of:
  
    screen.login
    screen.homepage
    screen.error
  
    and removing the use of ecs as view modules all together. this
    is not the same removing ecs as they are being used in modules.
    i.e. we will not allow Modules to be created using ecs.
  
  Revision  Changes    Path
  1.4       +1 -5      jakarta-turbine/conf/view/jsp
  
  Index: jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/view/jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jsp       2001/05/10 17:13:14     1.3
  +++ jsp       2001/06/28 17:34:32     1.4
  @@ -1,9 +1,6 @@
   template.hompage=/Index.jsp
   template.login=/Login.jsp
  -screen.homepage=
  -screen.login=
  -screen.error=JspErrorScreen
  -screen.invalidstate=error.InvalidState
  +template.error=/JspError.jsp
   
   action.login=LoginUser
   action.logout=LogoutUser
  @@ -18,6 +15,5 @@
   template.default.navigation=BaseJspNavigation
   template.default.screen=BaseJspScreen
   template.default.layout=/Default.jsp
  -template.error=/Error.jsp
   
   
template.service=services.JspService.classname=org.apache.turbine.services.velocity.TurbineJspService
  
  
  
  1.16      +1 -5      jakarta-turbine/conf/view/velocity
  
  Index: velocity
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/view/velocity,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- velocity  2001/05/10 17:13:14     1.15
  +++ velocity  2001/06/28 17:34:32     1.16
  @@ -1,9 +1,6 @@
   template.hompage=/Index.vm
   template.login=/Login.vm
  -screen.homepage=
  -screen.login=
  -screen.error=VelocityErrorScreen
  -screen.invalidstate=error.InvalidState
  +template.error=/VelocityError.vm
   
   action.login=LoginUser
   action.logout=LogoutUser
  @@ -18,6 +15,5 @@
   template.default.navigation=VelocityNavigation
   template.default.screen=VelocityScreen
   template.default.layout=/Default.vm
  -template.error=/Error.vm
   
   
template.service=services.VelocityService.classname=org.apache.turbine.services.velocity.TurbineVelocityService
  
  
  
  1.9       +1 -5      jakarta-turbine/conf/view/velocity-secure
  
  Index: velocity-secure
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/view/velocity-secure,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- velocity-secure   2001/05/10 17:13:15     1.8
  +++ velocity-secure   2001/06/28 17:34:33     1.9
  @@ -1,9 +1,6 @@
   template.hompage=/Index.vm
   template.login=/Login.vm
  -screen.homepage=
  -screen.login=
  -screen.error=Error
  -screen.invalidstate=error.InvalidState
  +template.error=/VelocityError.vm
   
   action.login=LoginUser
   action.logout=LogoutUser
  @@ -18,6 +15,5 @@
   template.default.navigation=VelocityNavigation
   template.default.screen=VelocityScreen
   template.default.layout=/Default.vm
  -template.error=/Error.vm
   
   
template.service=services.VelocityService.classname=org.apache.turbine.services.velocity.TurbineVelocityService
  
  
  
  1.10      +1 -5      jakarta-turbine/conf/view/webmacro
  
  Index: webmacro
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/view/webmacro,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- webmacro  2001/05/10 17:13:16     1.9
  +++ webmacro  2001/06/28 17:34:34     1.10
  @@ -1,9 +1,6 @@
   template.hompage=/index.wm
   template.login=/login.wm
  -screen.homepage=
  -screen.login=
  -screen.error=WebMacroSiteErrorScreen
  -screen.invalidstate=error.InvalidState
  +template.error=/WebMacroError.wm
   
   action.login=LoginUser
   action.logout=LogoutUser
  @@ -18,6 +15,5 @@
   template.default.navigation=WebMacroSiteNavigation
   template.default.screen=WebMacroSiteScreen
   template.default.layout=/default.wm
  -template.error=/Error.wm
   
   
template.service=services.WebMacroService.classname=org.apache.turbine.services.webmacro.TurbineWebMacroService
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to