svn commit: r775705 - /jakarta/taglibs/proper/datetime/trunk/src/main/resources/META-INF/taglibs-datetime.tld

[email protected]
Newsgroups gmane.comp.jakarta.taglibs.devel
Message-ID <[email protected]>
Author: bayard
Date: Sun May 17 16:40:57 2009
New Revision: 775705

URL: http://svn.apache.org/viewvc?rev=775705&view=rev
Log:
Removing restriction from tld by putting text into description - and rmeoving availability

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

Modified: jakarta/taglibs/proper/datetime/trunk/src/main/resources/META-INF/taglibs-datetime.tld
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/datetime/trunk/src/main/resources/META-INF/taglibs-datetime.tld?rev=775705&r1=775704&r2=775705&view=diff
==============================================================================
--- jakarta/taglibs/proper/datetime/trunk/src/main/resources/META-INF/taglibs-datetime.tld (original)
+++ jakarta/taglibs/proper/datetime/trunk/src/main/resources/META-INF/taglibs-datetime.tld Sun May 17 16:40:57 2009
@@ -107,8 +107,6 @@
       <summary>
         Gets the current time in milliseconds since Jan 1, 1970 GMT.
       </summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
       <example>
 Display the current time
@@ -128,18 +126,14 @@
 
       <description>
         Formats a date in milliseconds since Jan 1, 1970 GMT for output
-        as a date string.
+        as a date string. The body of the tag must be a Date in milliseconds since
+        Jan 1, 1970 GMT.
       </description>
 
       <summary>
         Formats a date in milliseconds since Jan 1, 1970 GMT for output
         as a date string.
       </summary>
-      <availability>1.0</availability>
-      <restrictions>
-        The body of the tag must be a Date in milliseconds since
-        Jan 1, 1970 GMT.
-      </restrictions>
 
       <attribute>
         <name>pattern</name>
@@ -149,7 +143,6 @@
           <a href="#pattern">Date Time Pattern Format</a>
           string to use for formatting the date.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -161,7 +154,6 @@
           <a href="#pattern">Date Time Pattern Format</a>
           string to use for formatting the date.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -172,7 +164,6 @@
           Name of a timeZone script id variable.  Date formatting is
           adjusted for the time zone.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -183,7 +174,6 @@
           Set the date to format by passing in a Date object
           using a runtime expression value.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -194,7 +184,6 @@
             Specify the name of a page, session, application, or request scope
             attribute of type java.text.DateFormatSymbols to use for symbols.
         </description>
-        <availability>1.1</availability>
       </attribute>
 
       <attribute>
@@ -205,7 +194,6 @@
           Set the default text to output if their is not
           a valid date input as a date object or in the tag body.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -216,7 +204,6 @@
           Set to "<b>true</b>" to use the clients locale,
           if known, when formatting date.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -227,7 +214,6 @@
           Specify the name of a page, session, application, or request scope
           attribute of type java.util.Locale to use for locale.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <example>
@@ -254,11 +240,8 @@
       <summary>
         Parses a date string and outputs the time in milliseconds since
         Jan 1, 1970 GMT.
+        This tag must be placed early in the page (before call of format tag with symbolsRef attribute)
       </summary>
-      <availability>1.1</availability>
-      <restrictions>
-          This tag must be placed early in the page (before call of format tag with symbolsRef attribute)
-      </restrictions>
 
       <variable>
           <name-from-attribute>id</name-from-attribute>
@@ -269,7 +252,6 @@
             The scripting variable declared allows other tags or scriptlets
             to access the DateFormatSymbols defined by this tag.
           </description>
-          <availability>1.1</availability>
       </variable>
 
       <attribute>
@@ -280,7 +262,6 @@
             Script variable id for use with standard <b>jsp:getProperty</b>
             tag and as an attribute to other tags in this tag library.
           </description>
-          <availability>1.1</availability>
       </attribute>
 
       <attribute>
@@ -290,7 +271,6 @@
             <description>
                 Specify the name to locate ResourceBundle
             </description>
-            <availability>1.1</availability>
       </attribute>
 
         <attribute>
@@ -301,7 +281,6 @@
             Set to "<b>true</b>" to use the clients locale,
             if known, when formatting date.
           </description>
-          <availability>1.1</availability>
         </attribute>
 
         <attribute>
@@ -312,7 +291,6 @@
             Specify the name of a page, session, application, or request scope
             attribute of type java.util.Locale to use for locale.
           </description>
-          <availability>1.1</availability>
         </attribute>
 
       <attribute>
@@ -322,7 +300,6 @@
           <description>
               Specify the scope that will be used for store DateFormatSymbols variable
           </description>
-          <availability>1.1</availability>
       </attribute>
 
       <example>
@@ -360,11 +337,8 @@
       <summary>
         Parses a date string and outputs the time in milliseconds since
         Jan 1, 1970 GMT.
-      </summary>
-      <availability>1.0</availability>
-      <restrictions>
         The body of the tag is used as the Date string to parse.
-      </restrictions>
+      </summary>
 
       <attribute>
         <name>pattern</name>
@@ -374,7 +348,6 @@
           <a href="#pattern">Date Time Pattern Format</a>
           string to use when parsing the date string.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -386,7 +359,6 @@
           <a href="#pattern">Date Time Pattern Format</a>
           string to use when parsing the date.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -397,7 +369,6 @@
           Name of a timeZone script id variable.  The date is
           adjusted for the time zone.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -408,7 +379,6 @@
           Set to "<b>true</b>" to use the clients locale,
           if known, when formatting date.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -419,7 +389,6 @@
           Specify the name of a page, session, application, or request scope
           attribute of type java.util.Locale to use for locale.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <example>
@@ -446,13 +415,10 @@
       <summary>
         Create a time zone script variable for use with the parse or
         format tags.
-      </summary>
-      <availability>1.0</availability>
-      <restrictions>
         The body of the tag must be empty or a valid time zone ID.
         If a valid time zone ID is not found, the default time zone for the
         server is used.
-      </restrictions>
+      </summary>
 
       <variable>
         <name-from-attribute>id</name-from-attribute>
@@ -463,7 +429,6 @@
           A TimeZone for use with <b>parse</b> and <b>format</b> tags.
         </description>
 
-        <availability>1.0</availability>
 
       </variable>
 
@@ -475,7 +440,6 @@
           Script variable id of the time zone for use with the
           <b>parse</b> and <b>format</b> tags.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <example>
@@ -500,8 +464,6 @@
       </description>
 
       <summary>Loop through all time zones.</summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
       <variable>
         <name-from-attribute>id</name-from-attribute>
@@ -510,7 +472,6 @@
         <scope>NESTED</scope>
         <description>TimeZones Bean</description>
 
-        <availability>1.0</availability>
 
         <beanprop>
           <name>zoneId</name>
@@ -519,7 +480,6 @@
           <description>
             Returns the current time zone ID.
           </description>
-          <availability>1.0</availability>
         </beanprop>
         <beanprop>
           <name>displayName</name>
@@ -528,7 +488,6 @@
           <description>
             Returns the current time zone display name.
           </description>
-          <availability>1.0</availability>
         </beanprop>
       </variable>
 
@@ -540,7 +499,6 @@
           Script variable id for use with standard <b>jsp:getProperty</b>
           tag.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -551,7 +509,6 @@
           Set to "<b>true</b>" to use the clients locale, if known,
           when formatting time zone display names.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -562,7 +519,6 @@
           Specify the name of a page, session, application, or request scope
           attribute of type java.util.Locale to use for locale.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -572,7 +528,6 @@
         <description>
           Style of display name, either "<b>SHORT</b>" or "<b>LONG</b>".
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <example>
@@ -609,8 +564,6 @@
       </description>
 
       <summary>Loop through the months of the year.</summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
       <variable>
         <name-from-attribute>id</name-from-attribute>
@@ -619,7 +572,6 @@
         <scope>NESTED</scope>
         <description>Months of the year Bean</description>
 
-        <availability>1.0</availability>
 
         <beanprop>
           <name>monthOfYear</name>
@@ -628,7 +580,6 @@
           <description>
             Returns the number of the month of the year.
           </description>
-          <availability>1.0</availability>
         </beanprop>
         <beanprop>
           <name>month</name>
@@ -637,7 +588,6 @@
           <description>
             Returns the full name of the month of the year.
           </description>
-          <availability>1.0</availability>
         </beanprop>
         <beanprop>
           <name>shortMonth</name>
@@ -646,7 +596,6 @@
           <description>
             Returns the short name of the month of the year.
           </description>
-          <availability>1.0</availability>
         </beanprop>
       </variable>
 
@@ -658,7 +607,6 @@
           Script variable id for use with standard <b>jsp:getProperty</b>
           tag.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -669,7 +617,6 @@
           Set to "<b>true</b>" to use the clients locale, if known,
           when listing the month names.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -680,7 +627,6 @@
           Specify the name of a page, session, application, or request scope
           attribute of type java.util.Locale to use for locale.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <example>
@@ -716,8 +662,6 @@
       </description>
 
       <summary>Loop through the days of the week.</summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
       <variable>
         <name-from-attribute>id</name-from-attribute>
@@ -726,7 +670,6 @@
         <scope>NESTED</scope>
         <description>Days of the week Bean</description>
 
-        <availability>1.0</availability>
 
         <beanprop>
           <name>dayOfWeek</name>
@@ -735,7 +678,6 @@
           <description>
             Returns the number of the day of the week.
           </description>
-          <availability>1.0</availability>
         </beanprop>
         <beanprop>
           <name>weekday</name>
@@ -744,7 +686,6 @@
           <description>
             Returns the full name of the day of the week.
           </description>
-          <availability>1.0</availability>
         </beanprop>
         <beanprop>
           <name>shortWeekday</name>
@@ -753,7 +694,6 @@
           <description>
             Returns the short name of the day of the week.
           </description>
-          <availability>1.0</availability>
         </beanprop>
       </variable>
 
@@ -765,7 +705,6 @@
           Script variable id for use with standard <b>jsp:getProperty</b>
           tag.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -776,7 +715,6 @@
           Set to "<b>true</b>" to use the clients locale, if known,
           when listing the week day names.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -787,7 +725,6 @@
           Specify the name of a page, session, application, or request scope
           attribute of type java.util.Locale to use for locale.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <example>
@@ -823,8 +760,6 @@
       </description>
 
       <summary>Loop through the am/pm names.</summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
       <variable>
         <name-from-attribute>id</name-from-attribute>
@@ -833,7 +768,6 @@
         <scope>NESTED</scope>
         <description>Am/Pm names Bean</description>
 
-        <availability>1.0</availability>
 
         <beanprop>
           <name>name</name>
@@ -842,7 +776,6 @@
           <description>
             Returns the am/pm name.
           </description>
-          <availability>1.0</availability>
         </beanprop>
       </variable>
 
@@ -854,7 +787,6 @@
           Script variable id for use with standard <b>jsp:getProperty</b>
           tag.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -865,7 +797,6 @@
           Set to "<b>true</b>" to use the clients locale, if known,
           when listing the am/pm names.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -876,7 +807,6 @@
           Specify the name of a page, session, application, or request scope
           attribute of type java.util.Locale to use for locale.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <example>
@@ -912,8 +842,6 @@
       </description>
 
       <summary>Loop through the era names.</summary>
-      <availability>1.0</availability>
-      <restrictions>None</restrictions>
 
       <variable>
         <name-from-attribute>id</name-from-attribute>
@@ -922,7 +850,6 @@
         <scope>NESTED</scope>
         <description>Era names Bean</description>
 
-        <availability>1.0</availability>
 
         <beanprop>
           <name>name</name>
@@ -931,7 +858,6 @@
           <description>
             Returns the era name.
           </description>
-          <availability>1.0</availability>
         </beanprop>
       </variable>
 
@@ -943,7 +869,6 @@
           Script variable id for use with standard <b>jsp:getProperty</b>
           tag.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -954,7 +879,6 @@
           Set to "<b>true</b>" to use the clients locale, if known,
           when listing the era names.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <attribute>
@@ -965,7 +889,6 @@
           Specify the name of a page, session, application, or request scope
           attribute of type java.util.Locale to use for locale.
         </description>
-        <availability>1.0</availability>
       </attribute>
 
       <example>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.