[jboss-cvs] jboss-tomcat/src/main/org/jboss/web/jsf/integration/injection ...

Stan Silvert ssilvert at jboss.com
Wed Jul 19 17:28:45 EDT 2006


  User: ssilvert
  Date: 06/07/19 17:28:45

  Modified:    src/main/org/jboss/web/jsf/integration/injection 
                        JBossInjectionProvider.java
  Log:
  Updated JSF and JSTL version.  Added test for JSF and JSTL integration.
  
  Revision  Changes    Path
  1.2       +22 -9     jboss-tomcat/src/main/org/jboss/web/jsf/integration/injection/JBossInjectionProvider.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JBossInjectionProvider.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-tomcat/src/main/org/jboss/web/jsf/integration/injection/JBossInjectionProvider.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- JBossInjectionProvider.java	27 Jun 2006 15:27:29 -0000	1.1
  +++ JBossInjectionProvider.java	19 Jul 2006 21:28:45 -0000	1.2
  @@ -1,11 +1,24 @@
  -/***************************************
  - *                                     *
  - *  JBoss: The OpenSource J2EE WebOS   *
  - *                                     *
  - *  Distributable under LGPL license.  *
  - *  See terms of license at gnu.org.   *
  - *                                     *
  - ***************************************/
  +/*
  + * JBoss, Home of Professional Open Source
  + * Copyright 2006, JBoss Inc., and individual contributors as indicated
  + * by the @authors tag. See the copyright.txt in the distribution for a
  + * full listing of individual contributors.
  + *
  + * This is free software; you can redistribute it and/or modify it
  + * under the terms of the GNU Lesser General Public License as
  + * published by the Free Software Foundation; either version 2.1 of
  + * the License, or (at your option) any later version.
  + *
  + * This software is distributed in the hope that it will be useful,
  + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  + * Lesser General Public License for more details.
  + *
  + * You should have received a copy of the GNU Lesser General Public
  + * License along with this software; if not, write to the Free
  + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  + */
   
   package org.jboss.web.jsf.integration.injection;
   
  
  
  



More information about the jboss-cvs-commits mailing list