You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2003/10/20 05:29:33 UTC

cvs commit: jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF veltag.tld

weaver      2003/10/19 20:29:33

  Modified:    applications/demo/src/webapp/WEB-INF veltag.tld
  Log:
  Changed to use VelocityTag
  
  Revision  Changes    Path
  1.2       +3 -2      jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/veltag.tld
  
  Index: veltag.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/veltag.tld,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- veltag.tld	8 Aug 2003 20:57:38 -0000	1.1
  +++ veltag.tld	20 Oct 2003 03:29:33 -0000	1.2
  @@ -13,7 +13,7 @@
     
    <tag>
   		<name>velocity</name>
  -		<tag-class>org.apache.taglibs.velocity.VelocityTag12</tag-class>
  +		<tag-class>org.apache.taglibs.velocity.VelocityTag</tag-class>
   		<body-content>JSP</body-content>
   		<description>Velocity and JSP, together at last</description>
   		<attribute>
  @@ -21,7 +21,7 @@
   			<required>false</required>
   		</attribute>
   	</tag>
  -	
  +<!--
   	 <tag>
   		<name>velocity12</name>
   		<tag-class>org.apache.taglibs.velocity.VelocityTag12</tag-class>
  @@ -32,4 +32,5 @@
   			<required>false</required>
   		</attribute>
   	</tag>
  +-->
   </taglib>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org