You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ba...@apache.org on 2009/05/17 18:50:40 UTC

svn commit: r775711 - /jakarta/taglibs/sandbox/unstandard/trunk/src/main/resources/META-INF/unstandard.tld

Author: bayard
Date: Sun May 17 16:50:39 2009
New Revision: 775711

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

Modified:
    jakarta/taglibs/sandbox/unstandard/trunk/src/main/resources/META-INF/unstandard.tld

Modified: jakarta/taglibs/sandbox/unstandard/trunk/src/main/resources/META-INF/unstandard.tld
URL: http://svn.apache.org/viewvc/jakarta/taglibs/sandbox/unstandard/trunk/src/main/resources/META-INF/unstandard.tld?rev=775711&r1=775710&r2=775711&view=diff
==============================================================================
--- jakarta/taglibs/sandbox/unstandard/trunk/src/main/resources/META-INF/unstandard.tld (original)
+++ jakarta/taglibs/sandbox/unstandard/trunk/src/main/resources/META-INF/unstandard.tld Sun May 17 16:50:39 2009
@@ -31,8 +31,6 @@
       <description>Equals compares two strings</description>
 
       <summary>Equals compares two strings</summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
 
       <variable>
@@ -42,7 +40,6 @@
         <scope>AT_BEGIN</scope>
         <description>Equals result</description>
 
-        <availability>1.0</availability>
       </variable>
 
       <attribute>
@@ -90,8 +87,6 @@
        results</description>
 
       <summary>InstanceOf compares an object with a type</summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
 
       <variable>
@@ -101,7 +96,6 @@
         <scope>AT_BEGIN</scope>
         <description>Equals result</description>
 
-        <availability>1.0</availability>
       </variable>
 
       <attribute>
@@ -140,8 +134,6 @@
       <description>Invokes a method upon a target object</description>
 
       <summary>Invokes a method upon a target object</summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
 
       <variable>
@@ -151,7 +143,6 @@
         <scope>AT_BEGIN</scope>
         <description>Invoke method on an object</description>
 
-        <availability>1.0</availability>
       </variable>
 
       <attribute>
@@ -187,8 +178,6 @@
       <description>Bind a variable from a Java class into the context</description>
 
       <summary>Bind a variable from a Java class into the context</summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
 
       <variable>
@@ -198,7 +187,6 @@
         <scope>AT_BEGIN</scope>
         <description>Bind a variable from a Java class into the context</description>
 
-        <availability>1.0</availability>
       </variable>
 
       <attribute>
@@ -241,8 +229,6 @@
       <description>Work out the size of a String, Collection, Map or Object[]</description>
 
       <summary>Work out the size of a String, Collection, Map or Object[]</summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
 
       <variable>
@@ -252,7 +238,6 @@
         <scope>AT_BEGIN</scope>
         <description>The variable into which the length may be put</description>
 
-        <availability>1.0</availability>
       </variable>
 
       <attribute>
@@ -285,8 +270,6 @@
       </description>
 
       <summary>Expose Java class constants as a map of values</summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
 
       <variable>
@@ -296,7 +279,6 @@
         <scope>AT_BEGIN</scope>
         <description>The name of the attribute into which the map will be stored.</description>
 
-        <availability>1.0</availability>
       </variable>
 
       <attribute>



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