[jboss-cvs] jboss-seam/doc/reference/en/modules ...
Shane Bryzak
sbryzak at redhat.com
Wed Aug 29 21:10:25 EDT 2007
User: sbryzak2
Date: 07/08/29 21:10:25
Modified: doc/reference/en/modules dependencies.xml
Log:
added seam pdf, groovy, more seam mail libs
Revision Changes Path
1.3 +181 -0 jboss-seam/doc/reference/en/modules/dependencies.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: dependencies.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/dependencies.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- dependencies.xml 29 Aug 2007 04:51:27 -0000 1.2
+++ dependencies.xml 30 Aug 2007 01:10:25 -0000 1.3
@@ -433,6 +433,36 @@
<row>
<entry>
+ <para><literal>mail.jar</literal></para>
+ </entry>
+ <entry align="center">
+ <para>ear</para>
+ </entry>
+ <entry align="center">
+ <para>no</para>
+ </entry>
+ <entry>
+ <para>Required for outgoing mail support</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para><literal>mail-ra.jar</literal></para>
+ </entry>
+ <entry align="center">
+ <para>ear</para>
+ </entry>
+ <entry align="center">
+ <para>no</para>
+ </entry>
+ <entry>
+ <para>Required for incoming mail support</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
<para><literal>jboss-seam-mail.jar</literal></para>
</entry>
<entry align="center">
@@ -452,6 +482,102 @@
</sect1>
<sect1>
+ <title>Seam PDF</title>
+
+ <table>
+ <title>Seam PDF 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>Scope</para>
+ </entry>
+ <entry align="center">
+ <para>Provided by JBoss AS 4.2.x</para>
+ </entry>
+ <entry align="center">
+ <para>Notes</para>
+ </entry>
+ </row>
+ </thead>
+
+ <tbody>
+
+ <row>
+ <entry>
+ <para><literal>itext.jar</literal></para>
+ </entry>
+ <entry align="center">
+ <para>ear</para>
+ </entry>
+ <entry align="center">
+ <para>no</para>
+ </entry>
+ <entry>
+ <para>PDF Library</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para><literal>jfreechart.jar</literal></para>
+ </entry>
+ <entry align="center">
+ <para>ear</para>
+ </entry>
+ <entry align="center">
+ <para>no</para>
+ </entry>
+ <entry>
+ <para>Charting library</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para><literal>jcommon.jar</literal></para>
+ </entry>
+ <entry align="center">
+ <para>ear</para>
+ </entry>
+ <entry align="center">
+ <para>no</para>
+ </entry>
+ <entry>
+ <para>Required by JFreeChart</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para><literal>jboss-seam-pdf.jar</literal></para>
+ </entry>
+ <entry align="center">
+ <para>ear</para>
+ </entry>
+ <entry align="center">
+ <para>no</para>
+ </entry>
+ <entry>
+ <para>Seam PDF core library</para>
+ </entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+ </sect1>
+
+ <sect1>
<title>JBoss Rules</title>
<para>
@@ -744,4 +870,59 @@
</sect1>
+ <sect1>
+ <title>Groovy</title>
+
+ <para>
+ These libraries are required if you with to use Groovy with your Seam application.
+ </para>
+
+ <table>
+ <title>Groovy 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>Scope</para>
+ </entry>
+ <entry align="center">
+ <para>Provided by JBoss AS 4.2.x</para>
+ </entry>
+ <entry align="center">
+ <para>Notes</para>
+ </entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>
+ <para><literal>groovy-all.jar</literal></para>
+ </entry>
+ <entry align="center">
+ <para>ear</para>
+ </entry>
+ <entry align="center">
+ <para>no</para>
+ </entry>
+ <entry>
+ <para>The Groovy libs</para>
+ </entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+ </sect1>
+
</chapter>
More information about the jboss-cvs-commits
mailing list