[jboss-cvs] jboss-seam/src/main/org/jboss/seam/servlet ...

Gavin King gavin.king at jboss.com
Tue Jan 30 10:58:08 EST 2007


  User: gavin   
  Date: 07/01/30 10:58:08

  Modified:    src/main/org/jboss/seam/servlet  SeamListener.java
  Log:
  1.1.5
  
  Revision  Changes    Path
  1.22      +1 -1      jboss-seam/src/main/org/jboss/seam/servlet/SeamListener.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamListener.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/servlet/SeamListener.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- SeamListener.java	16 Dec 2006 15:04:04 -0000	1.21
  +++ SeamListener.java	30 Jan 2007 15:58:08 -0000	1.22
  @@ -28,7 +28,7 @@
      private static final LogProvider log = Logging.getLogProvider(ServletContextListener.class);
   
      public void contextInitialized(ServletContextEvent event) {
  -      log.info("Welcome to Seam 1.1.1.GA");
  +      log.info("Welcome to Seam 1.1.5.GA");
         Lifecycle.setServletContext( event.getServletContext() );
         new Initialization( event.getServletContext() ).init();
      }
  
  
  



More information about the jboss-cvs-commits mailing list