Author: bayard
Date: Sun May 17 16:42:21 2009
New Revision: 775706

URL: http://svn.apache.org/viewvc?rev=775706&view=rev
Log:
Removing restriction from tld - and removing availability

Modified:
    
jakarta/taglibs/proper/random/trunk/src/main/resources/META-INF/taglibs-random.tld

Modified: 
jakarta/taglibs/proper/random/trunk/src/main/resources/META-INF/taglibs-random.tld
URL: 
http://svn.apache.org/viewvc/jakarta/taglibs/proper/random/trunk/src/main/resources/META-INF/taglibs-random.tld?rev=775706&r1=775705&r2=775706&view=diff
==============================================================================
--- 
jakarta/taglibs/proper/random/trunk/src/main/resources/META-INF/taglibs-random.tld
 (original)
+++ 
jakarta/taglibs/proper/random/trunk/src/main/resources/META-INF/taglibs-random.tld
 Sun May 17 16:42:21 2009
@@ -54,8 +54,6 @@
         random string will be created every time the jsp:getProperty tag is 
         used to access the generator.
       </summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
       <variable>
        <name-from-attribute>id</name-from-attribute>
@@ -65,7 +63,6 @@
        <description>
           Name used to retrieve the random string later in the page.
        </description>
-       <availability>1.0</availability>
 
        <beanprop>
           <name>random</name>                 
@@ -75,7 +72,6 @@
              The variable length randomly generated string from the named 
             generator.
           </description>
-          <availability>1.0</availability>
         </beanprop>
       </variable>      
 
@@ -86,7 +82,6 @@
         <description>
           Script variable for use with the standard <b>jsp:getProperty</b> tag.
        </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -96,7 +91,6 @@
         <description>
           The length of the random string. Defaults to a length of 8.
        </description>
-        <availability>1.0</availability>
       </attribute>
         
       <attribute>
@@ -108,7 +102,6 @@
           object. The random string generated will be a new unique key for use 
           as a key for the HashMap.
        </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -126,7 +119,6 @@
           character set, set charset="all". Single characters must be separated
           by a space. Charset defaults to a value of a-zA-Z0-9.
        </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -137,7 +129,6 @@
           The algorithm to be used if a SecureRandom object is going to be 
used to
           generate the random string.
        </description>
-        <availability>1.0</availability>
       </attribute>
         
       <attribute>
@@ -148,7 +139,6 @@
           The package to search for the desired algorithm that is to be used 
for a
           SecureRandom object.
        </description>
-        <availability>1.0</availability>
       </attribute>
 
       <example>
@@ -226,8 +216,6 @@
          will be generated each time the <b>jsp:getProperty</b> tag is used to 
          access the generator .
       </summary>
-      <availability>1.0</availability> 
-      <restrictions>None</restrictions>
 
       <variable>
        <name-from-attribute>id</name-from-attribute>
@@ -237,7 +225,6 @@
        <description>
           Name used to retrieve the random number later in the page.
        </description>
-       <availability>1.0</availability>
 
        <beanprop>
           <name>random</name>                 
@@ -247,7 +234,6 @@
              The variable length randomly generated number as a Java Number 
             object. In a JSP page the number is printed out as a string.
           </description>
-          <availability>1.0</availability>
         </beanprop>
       </variable>
 
@@ -258,7 +244,6 @@
         <description>
           Script variable for use with the standard <b>jsp:getProperty</b> tag.
        </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -272,7 +257,6 @@
           is the digits 0 to 100. Max size of the random number is limited by 
          the size of the primitive data type of long.
        </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -283,7 +267,6 @@
           The algorithm to be used if a SecureRandom object is going to be 
used to
           generate the random string.
        </description>
-        <availability>1.0</availability>
       </attribute>
         
       <attribute>
@@ -294,7 +277,6 @@
           The package to search for the desired algorithm that is to be used 
for a
           SecureRandom object.
        </description>
-        <availability>1.0</availability>
       </attribute>
 
        <example>



---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org

Reply via email to