[weld-commits] Weld SVN: r5543 - cdi-tck/branches/1.0/doc/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Jan 20 18:24:44 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-20 18:24:43 -0500 (Wed, 20 Jan 2010)
New Revision: 5543

Modified:
   cdi-tck/branches/1.0/doc/reference/en-US/configuration.xml
Log:
CDITCK-88

Modified: cdi-tck/branches/1.0/doc/reference/en-US/configuration.xml
===================================================================
--- cdi-tck/branches/1.0/doc/reference/en-US/configuration.xml	2010-01-20 23:21:00 UTC (rev 5542)
+++ cdi-tck/branches/1.0/doc/reference/en-US/configuration.xml	2010-01-20 23:24:43 UTC (rev 5543)
@@ -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