You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/07/27 15:58:07 UTC

svn commit: r225508 - /myfaces/tomahawk/trunk/tld/myfaces_ext.tld

Author: matzew
Date: Wed Jul 27 06:57:56 2005
New Revision: 225508

URL: http://svn.apache.org/viewcvs?rev=225508&view=rev
Log:
rss and isbn TAGs aren't used

Modified:
    myfaces/tomahawk/trunk/tld/myfaces_ext.tld

Modified: myfaces/tomahawk/trunk/tld/myfaces_ext.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/myfaces_ext.tld?rev=225508&r1=225507&r2=225508&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tld/myfaces_ext.tld (original)
+++ myfaces/tomahawk/trunk/tld/myfaces_ext.tld Wed Jul 27 06:57:56 2005
@@ -1841,7 +1841,7 @@
     </tag>
 
 	<!-- rss ticker component -->
-    <tag>
+    <!--tag>
         <name>rssTicker</name>
         <tag-class>org.apache.myfaces.custom.rssticker.HtmlRssTickerTag</tag-class>
         <body-content>JSP</body-content>
@@ -1850,7 +1850,7 @@
         </description>
         &html_universal_attributes;
 		<!-- attribute(s) for the rss ticker... -->
-		<attribute>
+		<!-- attribute>
 			<name>rssUrl</name>
 			<required>true</required>
 			<rtexprvalue>false</rtexprvalue>
@@ -1858,7 +1858,7 @@
 				URL on whichs the rss-information are available.
 			</description>
 		</attribute>
-	</tag>
+	</tag-->
 
    <!-- tree -->
     <tag>
@@ -2403,14 +2403,14 @@
 	</tag>
 
     <!-- Validator for ISBN -->
-     <tag>
+     <!--tag>
         <name>validateISBN</name>
         <tag-class>org.apache.myfaces.custom.isbnvalidator.ValidateISBNTag</tag-class>
         <body-content>JSP</body-content>
         <description>
 			A custom validator for isbn codes, based upons Jakarta Commons.
         </description>
-	</tag>
+	</tag -->
 
     <!-- Validator for Regular Expressions -->
     <tag>