From d218f162f32d20c6f731a6d2714d0181b1d8d3ff Mon Sep 17 00:00:00 2001 From: Erik Brakkee <erik@brakkee.org> Date: Sat, 14 Aug 2010 18:22:14 +0000 Subject: [PATCH] --- support/cdi/src/site/xdoc/index.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/support/cdi/src/site/xdoc/index.xml b/support/cdi/src/site/xdoc/index.xml index a8e8d5d5..214a91d7 100644 --- a/support/cdi/src/site/xdoc/index.xml +++ b/support/cdi/src/site/xdoc/index.xml @@ -22,6 +22,12 @@ <ul> <li><a href="apidocs/org/wamblee/cdi/package-summary.html">cdi</a></li> </ul> + <p>Test support with Weld</p> + <ul> + <li><a href="testapidocs/org/wamblee/cdi/package-summary.html">cdi</a>: This package + contains the <code>BeanManagerSetup</code> class which can be used to quickly setup a + beanmanager in Java SE (currently based on Weld).</li> + </ul> <div class="infoMessage"><strong>Note</strong>: You need a Java EE 6 environment to use CDI. </div> @@ -39,6 +45,8 @@ <td>wamblee-support-cdi</td> </tr> </table> + <p>Use the same named artifact with scope <code>test</code> and <type>test-jar</type> to use + the JavaSE testsupport class.</p> </section> </body> -- 2.31.1