You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by aw...@apache.org on 2007/05/09 06:43:43 UTC

svn commit: r536416 [3/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/ trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-build/s...

Modified: myfaces/trinidad/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/tableLayout.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/tableLayout.xml?view=diff&rev=536416&r1=536415&r2=536416
==============================================================================
--- myfaces/trinidad/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/tableLayout.xml (original)
+++ myfaces/trinidad/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/tableLayout.xml Tue May  8 21:43:40 2007
@@ -1,43 +1,43 @@
-<test xmlns="http://myfaces.apache.org/trinidad/test"
-      xmlns:tr="http://myfaces.apache.org/trinidad">
-      
-  <base-component tr:type="org.apache.myfaces.trinidad.HtmlTableLayout">
-    
-    <component tr:type="org.apache.myfaces.trinidad.HtmlRowLayout">
-      
-      <component tr:type="org.apache.myfaces.trinidad.HtmlCellFormat" header="true" columnSpan="2">
-        <component tr:type="org.apache.myfaces.trinidad.CoreOutputText" value="Table Header"/>
-      </component>
-    
-    </component>
-    
-    <component tr:type="org.apache.myfaces.trinidad.HtmlRowLayout">
-      
-      <component tr:type="org.apache.myfaces.trinidad.HtmlCellFormat" halign="center">
-        <component tr:type="org.apache.myfaces.trinidad.CoreOutputText" value="Row 1, Col 1"/>
-      </component>
-      
-      <component tr:type="org.apache.myfaces.trinidad.CoreOutputText" value="Row 1, Col 2"/>
-    
-    </component>
-  
-  </base-component>
-  
-  <!-- ungrouped attributes -->
-  <attribute-test name="borderWidth" value="1"/>
-  <attribute-test name="cellPadding" value="5"/>
-  <attribute-test name="cellSpacing" value="5"/>
-  <enum-test name="halign"/>
-  <attribute-test name="summary" value="table summary"/>
-  <attribute-test name="width" value="50%"/>
-  
-  <!-- core attributes -->
-  <attribute-test name="id" value="myTableId"/>
-  <attribute-test name="inlineStyle" value="background-color:blue"/>
-  <attribute-test name="shortDesc" value="myShortDesc"/>
-  <attribute-test name="styleClass" value="myStyle"/>
-  
-  <!-- javascript attributes -->
-  <js-test/>
-
+<test xmlns="http://myfaces.apache.org/trinidad/test"
+      xmlns:tr="http://myfaces.apache.org/trinidad">
+      
+  <base-component tr:type="org.apache.myfaces.trinidad.HtmlTableLayout">
+    
+    <component tr:type="org.apache.myfaces.trinidad.HtmlRowLayout">
+      
+      <component tr:type="org.apache.myfaces.trinidad.HtmlCellFormat" header="true" columnSpan="2">
+        <component tr:type="org.apache.myfaces.trinidad.CoreOutputText" value="Table Header"/>
+      </component>
+    
+    </component>
+    
+    <component tr:type="org.apache.myfaces.trinidad.HtmlRowLayout">
+      
+      <component tr:type="org.apache.myfaces.trinidad.HtmlCellFormat" halign="center">
+        <component tr:type="org.apache.myfaces.trinidad.CoreOutputText" value="Row 1, Col 1"/>
+      </component>
+      
+      <component tr:type="org.apache.myfaces.trinidad.CoreOutputText" value="Row 1, Col 2"/>
+    
+    </component>
+  
+  </base-component>
+  
+  <!-- ungrouped attributes -->
+  <attribute-test name="borderWidth" value="1"/>
+  <attribute-test name="cellPadding" value="5"/>
+  <attribute-test name="cellSpacing" value="5"/>
+  <enum-test name="halign"/>
+  <attribute-test name="summary" value="table summary"/>
+  <attribute-test name="width" value="50%"/>
+  
+  <!-- core attributes -->
+  <attribute-test name="id" value="myTableId"/>
+  <attribute-test name="inlineStyle" value="background-color:blue"/>
+  <attribute-test name="shortDesc" value="myShortDesc"/>
+  <attribute-test name="styleClass" value="myStyle"/>
+  
+  <!-- javascript attributes -->
+  <js-test/>
+
 </test>