You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by st...@apache.org on 2003/11/10 14:48:58 UTC

cvs commit: jakarta-pluto/war/WEB-INF/tld portlet.tld

sthepper    2003/11/10 05:48:58

  Modified:    war/WEB-INF/tld portlet.tld
  Log:
  changed shortname to portlet to comply with JSP spec that does not allow whitespaces in the short name.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-pluto/war/WEB-INF/tld/portlet.tld
  
  Index: portlet.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/war/WEB-INF/tld/portlet.tld,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- portlet.tld	11 Oct 2003 00:51:43 -0000	1.2
  +++ portlet.tld	10 Nov 2003 13:48:57 -0000	1.3
  @@ -5,7 +5,7 @@
   <taglib>
       <tlibversion>1.0</tlibversion>
       <jspversion>1.1</jspversion>
  -    <shortname>Tags for portlets</shortname>
  +    <shortname>portlet</shortname>
       <tag>
           <name>defineObjects</name>
           <tagclass>org.apache.pluto.tags.DefineObjectsTag</tagclass>