[weld-commits] Weld SVN: r4556 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 2 15:22:44 EST 2009


Author: dan.j.allen
Date: 2009-11-02 15:22:44 -0500 (Mon, 02 Nov 2009)
New Revision: 4556

Added:
   doc/trunk/reference/en-US/dependencies.xml
Modified:
   doc/trunk/reference/en-US/master.xml
Log:
project dependencies (eventually, pull this list using a script for a master source)


Added: doc/trunk/reference/en-US/dependencies.xml
===================================================================
--- doc/trunk/reference/en-US/dependencies.xml	                        (rev 0)
+++ doc/trunk/reference/en-US/dependencies.xml	2009-11-02 20:22:44 UTC (rev 4556)
@@ -0,0 +1,141 @@
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"  [ ]>
+<appendix id="dependencies">
+   <title>Weld project dependencies</title>
+
+   <para>
+      This section lists compile-time and runtime dependencies for Weld. This list is currently maintained in the <ulink
+      src="https://jira.jboss.org/jira/browse/WELD-222">WELD-222</ulink> issue report as well as here in this appendix.
+   </para>
+
+   <table>
+      <title>Artifacts coming from Sun</title>
+      <tgroup cols="2">
+         <colspec colnum="1" colwidth="3*"/>
+         <colspec colnum="2" colwidth="2*"/>
+
+         <thead>
+            <row>
+               <entry align="center">
+                  <para>Artifact</para>
+               </entry>
+               <entry align="center">
+                  <para>Scope</para>
+               </entry>
+             </row>
+          </thead>
+
+          <tbody>
+
+            <row>
+              <entry>
+                <para><literal>javax.ejb:ejb-api:3.1</literal></para>
+              </entry>
+              <entry>
+                <para>compile</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para><literal>javax.faces:jsf-api:2.0</literal></para>
+              </entry>
+              <entry>
+                <para>compile</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para><literal>javax.el:el-api:2.1</literal></para>
+              </entry>
+              <entry>
+                <para>compile</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para><literal>javax.persistence:persistence-api:2.0</literal></para>
+              </entry>
+              <entry>
+                <para>compile</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para><literal>javax.servlet:servlet-api:3.0</literal></para>
+              </entry>
+              <entry>
+                <para>compile</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para><literal>javax.interceptor:interceptor-api:1.1</literal></para>
+              </entry>
+              <entry>
+                <para>compile</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para><literal>org.glasfish.web:el-impl:2.1.2</literal></para>
+              </entry>
+              <entry>
+                <para>runtime</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para><literal>javax.faces:jsf-impl:2.0.x</literal></para>
+              </entry>
+              <entry>
+                <para>runtime</para>
+              </entry>
+            </row>
+
+         </tbody>
+      </tgroup>
+   </table>
+
+   <table>
+      <title>Artifacts coming from Hibernate</title>
+      <tgroup cols="3">
+         <colspec colnum="1" colwidth="3*"/>
+         <colspec colnum="2" colwidth="1*"/>
+         <colspec colnum="3" colwidth="1*"/>
+
+         <thead>
+            <row>
+               <entry align="center">
+                  <para>Artifact</para>
+               </entry>
+               <entry align="center">
+                  <para>Scope</para>
+               </entry>
+               <entry align="center">
+                  <para>Notes</para>
+               </entry>
+             </row>
+          </thead>
+
+          <tbody>
+
+            <row>
+              <entry>
+                <para><literal>javax.validation:validation-api</literal></para>
+              </entry>
+              <entry>
+                <para>compile</para>
+              </entry>
+              <entry>
+                <para><ulink src="http://opensource.atlassian.com/projects/hibernate/browse/BVAL-193">BVAL-193</ulink></para>
+              </entry>
+            </row>
+
+         </tbody>
+      </tgroup>
+   </table>
+
+<!--
+vim:et:ts=3:sw=3:tw=120
+-->
+</appendix>

Modified: doc/trunk/reference/en-US/master.xml
===================================================================
--- doc/trunk/reference/en-US/master.xml	2009-11-02 20:22:32 UTC (rev 4555)
+++ doc/trunk/reference/en-US/master.xml	2009-11-02 20:22:44 UTC (rev 4556)
@@ -92,6 +92,7 @@
       -->
       <xi:include href="viewlayers.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
       <xi:include href="ri-spi.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+      <xi:include href="dependencies.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
      
    </part>
    



More information about the weld-commits mailing list