[jboss-cvs] jboss-seam/src/ui/META-INF ...

Gavin King gavin.king at jboss.com
Tue Jan 30 02:53:24 EST 2007


  User: gavin   
  Date: 07/01/30 02:53:24

  Modified:    src/ui/META-INF  taglib.tld
  Log:
  jsp 2.0
  
  Revision  Changes    Path
  1.31      +5 -5      jboss-seam/src/ui/META-INF/taglib.tld
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: taglib.tld
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/taglib.tld,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -b -r1.30 -r1.31
  --- taglib.tld	28 Jan 2007 23:36:58 -0000	1.30
  +++ taglib.tld	30 Jan 2007 07:53:24 -0000	1.31
  @@ -1,10 +1,10 @@
   <?xml version="1.0"?>
  -<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
  -                 "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
  +<taglib xmlns="http://java.sun.com/xml/ns/j2ee" 
  +        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  +        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" 
  +        version="2.0">
   
  -<taglib>
     <tlib-version>1.1</tlib-version>
  -  <jsp-version>1.2</jsp-version>
     <short-name>s</short-name>
     <uri>http://jboss.com/products/seam/taglib</uri>
   
  
  
  



More information about the jboss-cvs-commits mailing list