You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/11/25 02:16:24 UTC

svn commit: r348846 - in /myfaces/impl/trunk/tld/entities: spec_img_attributes.xml standard_panel_grid_attributes.xml

Author: skitching
Date: Thu Nov 24 17:16:19 2005
New Revision: 348846

URL: http://svn.apache.org/viewcvs?rev=348846&view=rev
Log:
Set svn:eol-style native

Modified:
    myfaces/impl/trunk/tld/entities/spec_img_attributes.xml   (contents, props changed)
    myfaces/impl/trunk/tld/entities/standard_panel_grid_attributes.xml   (contents, props changed)

Modified: myfaces/impl/trunk/tld/entities/spec_img_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/spec_img_attributes.xml?rev=348846&r1=348845&r2=348846&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/spec_img_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/spec_img_attributes.xml Thu Nov 24 17:16:19 2005
@@ -1,38 +1,38 @@
-<!-- The subset of HTML 4.0 img attributes that are supported by the JSF 1.1 specification -->
-        <attribute>
-            <name>height</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Overrides the natural height of this image, by specifying height in pixels.</description>
-        </attribute>
-        <attribute>
-            <name>ismap</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Specifies server-side image map handling for this image.</description>
-        </attribute>
-        <attribute>
-            <name>longdesc</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>A link to a long description of the image.</description>
-        </attribute>
-        <!-- "name" attribute cannot be set directly by user -->
-        <!-- "src" attribute cannot be set directly, use "url" instead! -->
-        <attribute>
-            <name>usemap</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Specifies an image map to use with this image.</description>
-        </attribute>
-        <attribute>
-            <name>width</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Overrides the natural width of this image, by specifying width in pixels.</description>
-        </attribute>
+<!-- The subset of HTML 4.0 img attributes that are supported by the JSF 1.1 specification -->
+        <attribute>
+            <name>height</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <type>java.lang.String</type>
+            <description>Overrides the natural height of this image, by specifying height in pixels.</description>
+        </attribute>
+        <attribute>
+            <name>ismap</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <type>java.lang.String</type>
+            <description>Specifies server-side image map handling for this image.</description>
+        </attribute>
+        <attribute>
+            <name>longdesc</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <type>java.lang.String</type>
+            <description>A link to a long description of the image.</description>
+        </attribute>
+        <!-- "name" attribute cannot be set directly by user -->
+        <!-- "src" attribute cannot be set directly, use "url" instead! -->
+        <attribute>
+            <name>usemap</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <type>java.lang.String</type>
+            <description>Specifies an image map to use with this image.</description>
+        </attribute>
+        <attribute>
+            <name>width</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <type>java.lang.String</type>
+            <description>Overrides the natural width of this image, by specifying width in pixels.</description>
+        </attribute>

Propchange: myfaces/impl/trunk/tld/entities/spec_img_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/impl/trunk/tld/entities/spec_img_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: myfaces/impl/trunk/tld/entities/standard_panel_grid_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/standard_panel_grid_attributes.xml?rev=348846&r1=348845&r2=348846&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/standard_panel_grid_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/standard_panel_grid_attributes.xml Thu Nov 24 17:16:19 2005
@@ -1,13 +1,13 @@
-&ui_panel_attributes;
-&html_universal_attributes;
-&html_event_handler_attributes;
-&html_table_attributes;
-&ui_table_renderer_attributes;
-
-<!-- GridRenderer attributes -->
-<attribute>
-    <name>columns</name>
-    <required>false</required>
-    <rtexprvalue>false</rtexprvalue>
-    <description>Specifies the number of columns in the grid.</description>
-</attribute>
+&ui_panel_attributes;
+&html_universal_attributes;
+&html_event_handler_attributes;
+&html_table_attributes;
+&ui_table_renderer_attributes;
+
+<!-- GridRenderer attributes -->
+<attribute>
+    <name>columns</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <description>Specifies the number of columns in the grid.</description>
+</attribute>

Propchange: myfaces/impl/trunk/tld/entities/standard_panel_grid_attributes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/impl/trunk/tld/entities/standard_panel_grid_attributes.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision