[seam-commits] Seam SVN: r8574 - trunk/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Aug 5 04:35:30 EDT 2008


Author: nickarls
Date: 2008-08-05 04:35:30 -0400 (Tue, 05 Aug 2008)
New Revision: 8574

Modified:
   trunk/doc/Seam_Reference_Guide/en-US/Dependencies.xml
Log:
Added excel dependencies to core + own section in ref doc

Modified: trunk/doc/Seam_Reference_Guide/en-US/Dependencies.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Dependencies.xml	2008-08-05 08:27:56 UTC (rev 8573)
+++ trunk/doc/Seam_Reference_Guide/en-US/Dependencies.xml	2008-08-05 08:35:30 UTC (rev 8574)
@@ -114,6 +114,21 @@
                 <para>Required when using Seam's PDF features</para>
               </entry>
             </row>                  
+
+            <row>
+              <entry>
+                <para><literal>jboss-seam-excel.jar</literal></para>
+              </entry>
+              <entry align="center">
+                <para>runtime</para>
+              </entry>
+              <entry align="center">
+                <para>war</para>
+              </entry>
+              <entry>
+                <para>Required when using Seam's <trademark class="registered">Microsoft</trademark> <trademark class="registered">Excel</trademark> features</para>
+              </entry>
+            </row>                  
             
             <row>
               <entry>
@@ -503,6 +518,73 @@
         </tgroup>
       </table>
     </section>  
+
+    <section>
+      <title>Seam <trademark class="registered">Microsoft</trademark> <trademark class="registered">Excel</trademark></title>    
+  
+      <table>
+        <title>Seam <trademark class="registered">Microsoft</trademark> <trademark class="registered">Excel</trademark> Dependencies</title>
+     
+        <tgroup cols="4">
+          <colspec colnum="1" colwidth="4*" />
+          <colspec colnum="2" colwidth="2*" />
+          <colspec colnum="3" colwidth="3*" />
+          <colspec colnum="4" colwidth="5*" />
+    
+          <thead>
+            <row>
+              <entry align="center">
+                <para>Name</para>
+              </entry>
+              <entry align="center">
+                <para>Type</para>
+              </entry>
+              <entry align="center">
+                <para>Scope</para>
+              </entry>            
+              <entry align="center">
+                <para>Notes</para>
+              </entry>
+            </row>
+          </thead>
+    
+          <tbody>
+    
+            <row>
+              <entry>
+                <para><literal>jxl.jar</literal></para>
+              </entry>
+              <entry align="center">
+                <para>runtime</para>
+              </entry>
+              <entry align="center">
+                <para>war</para>
+              </entry>
+              <entry>
+                <para>JExcelAPI Library</para>
+              </entry>
+            </row>
+            
+            <row>
+              <entry>
+                <para><literal>jboss-seam-excel.jar</literal></para>
+              </entry>
+              <entry align="center">
+                <para>runtime</para>
+              </entry>
+              <entry align="center">
+                <para>war</para>
+              </entry>
+              <entry>
+                <para>Seam <trademark class="registered">Microsoft</trademark> <trademark class="registered">Excel</trademark> core library</para>
+              </entry>
+            </row>                
+            
+          </tbody>
+        </tgroup>
+      </table>
+    </section>  
+
     
     <section>
       <title>JBoss Rules</title>




More information about the seam-commits mailing list