[weld-commits] Weld SVN: r5616 - cdi-tck/trunk/doc/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jan 22 11:59:45 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-22 11:59:45 -0500 (Fri, 22 Jan 2010)
New Revision: 5616

Modified:
   cdi-tck/trunk/doc/reference/en-US/configuration.xml
Log:
port CDITCK-88 to trunk

Modified: cdi-tck/trunk/doc/reference/en-US/configuration.xml
===================================================================
--- cdi-tck/trunk/doc/reference/en-US/configuration.xml	2010-01-22 16:59:27 UTC (rev 5615)
+++ cdi-tck/trunk/doc/reference/en-US/configuration.xml	2010-01-22 16:59:45 UTC (rev 5616)
@@ -180,6 +180,20 @@
    </method-selector>
 </method-selectors>]]></programlisting>
    </section>
+   
+   <section>
+      <title>Using custom deployment descriptors</title>
+      <para>
+         In general, the CDI TCK uses the default deployment descriptors from the 
+         JBoss Test Harness. However, sometimes the CDI TCK needs to override the
+         deployment descriptor, to hook in additional functionality, or to test a
+         specific deployment descriptor. You can find all overridden deployment
+         descriptors list in the <literal>dd-override-report.txt</literal> file
+         in the TCK bundle. Note that the CDI TCK assumes you won't need to
+         customize any CDI specified deployment descriptors, so these aren't
+         listed here.
+      </para>
+   </section>
 
    <section>
       <title>Configuring TestNG to execute the TCK</title>



More information about the weld-commits mailing list