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

Norman Richards norman.richards at jboss.com
Tue Feb 27 21:18:56 EST 2007


  User: nrichards
  Date: 07/02/27 21:18:56

  Modified:    src/main/org/jboss/seam/servlet  SeamListener.java
  Log:
  patch1
  
  Revision  Changes    Path
  1.26      +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.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- SeamListener.java	27 Feb 2007 06:38:33 -0000	1.25
  +++ SeamListener.java	28 Feb 2007 02:18:56 -0000	1.26
  @@ -28,7 +28,7 @@
      private static final LogProvider log = Logging.getLogProvider(ServletContextListener.class);
   
      public void contextInitialized(ServletContextEvent event) {
  -      log.info("Welcome to Seam 1.2.0.GA");
  +      log.info("Welcome to Seam 1.2.0.PATCH1");
         Lifecycle.setServletContext( event.getServletContext() );
         new Initialization( event.getServletContext() ).init();
      }
  
  
  



More information about the jboss-cvs-commits mailing list