[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

Christian Bauer christian at hibernate.org
Tue Mar 20 14:40:32 EDT 2007


  User: cbauer  
  Date: 07/03/20 14:40:32

  Modified:    examples/wiki/src/etc/WEB-INF  components.xml
  Log:
  Session timeout popup notice
  
  Revision  Changes    Path
  1.6       +1 -2      jboss-seam/examples/wiki/src/etc/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/components.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- components.xml	18 Mar 2007 23:29:19 -0000	1.5
  +++ components.xml	20 Mar 2007 18:40:32 -0000	1.6
  @@ -99,8 +99,7 @@
       <!-- Misc Settings -->
       <web:context-filter url-pattern="/files/*"/>
   
  -    <factory name="themePath"
  +    <factory name="themePath" scope="APPLICATION"
                value="#{facesContext.externalContext.request.contextPath}/themes/#{globalPrefs.themeName}"/>
   
  -
   </components>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list