You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/09/03 02:37:18 UTC

svn commit: r267353 - /portals/pluto/trunk/container/src/tld/portlet.tld

Author: ddewolf
Date: Fri Sep  2 17:37:15 2005
New Revision: 267353

URL: http://svn.apache.org/viewcvs?rev=267353&view=rev
Log:
Portlet Spec requires jsp 1.2  upgrading tld.
PLUTO-157 - thanks Yujin Kim

Modified:
    portals/pluto/trunk/container/src/tld/portlet.tld

Modified: portals/pluto/trunk/container/src/tld/portlet.tld
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/container/src/tld/portlet.tld?rev=267353&r1=267352&r2=267353&view=diff
==============================================================================
--- portals/pluto/trunk/container/src/tld/portlet.tld (original)
+++ portals/pluto/trunk/container/src/tld/portlet.tld Fri Sep  2 17:37:15 2005
@@ -20,7 +20,7 @@
 -->
 <taglib>
     <tlibversion>1.0</tlibversion>
-    <jspversion>1.1</jspversion>
+    <jspversion>1.2</jspversion>
     <shortname>portlet</shortname>
     <uri>http://java.sun.com/portlet</uri>
     <tag>
@@ -101,4 +101,4 @@
         <tagclass>org.apache.pluto.tags.NamespaceTag</tagclass>
         <bodycontent>empty</bodycontent>
     </tag>
-</taglib>
\ No newline at end of file
+</taglib>