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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Nov 10 03:33:13 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-10 03:33:12 -0500 (Tue, 10 Nov 2009)
New Revision: 4949

Modified:
   doc/trunk/reference/en-US/beans.xml
   doc/trunk/reference/en-US/events.xml
   doc/trunk/reference/en-US/injection.xml
   doc/trunk/reference/en-US/scopescontexts.xml
   doc/trunk/reference/en-US/weldexamples.xml
Log:
reorg, reorg, reorg

Modified: doc/trunk/reference/en-US/beans.xml
===================================================================
--- doc/trunk/reference/en-US/beans.xml	2009-11-10 08:17:29 UTC (rev 4948)
+++ doc/trunk/reference/en-US/beans.xml	2009-11-10 08:33:12 UTC (rev 4949)
@@ -1,7 +1,7 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
    "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"  [ ]>
 <chapter id="beanscdi">
-   <title>Beans in CDI</title>
+   <title>More about beans</title>
   
       <para>
          A bean is usually an application class that contains business logic. It may be called directly from Java code,

Modified: doc/trunk/reference/en-US/events.xml
===================================================================
--- doc/trunk/reference/en-US/events.xml	2009-11-10 08:17:29 UTC (rev 4948)
+++ doc/trunk/reference/en-US/events.xml	2009-11-10 08:33:12 UTC (rev 4949)
@@ -240,7 +240,7 @@
    </section>
 
    <section>
-      <title>Multiple event bindings</title>
+      <title>Multiple event qualifiers</title>
 
       <para>Event qualifier types may be combined, for example:</para>
 

Modified: doc/trunk/reference/en-US/injection.xml
===================================================================
--- doc/trunk/reference/en-US/injection.xml	2009-11-10 08:17:29 UTC (rev 4948)
+++ doc/trunk/reference/en-US/injection.xml	2009-11-10 08:33:12 UTC (rev 4949)
@@ -261,6 +261,8 @@
          may be multiple alterative implementations of <literal>@Asynchronous PaymentProcessor</literal>!
       </para>
 
+   </section>
+
       <section>
          <title>Qualifiers with members</title>
 
@@ -299,7 +301,7 @@
       </section>
 
       <section>
-         <title>Combining qualifiers</title>
+         <title>Multiple qualifiers</title>
 
          <para>
             An injection point may specify multiple qualifiers:
@@ -318,8 +320,6 @@
 }]]></programlisting>
 
       </section>
-  
-   </section>
    
    <section id="alternatives">
       <title>Alternatives</title>

Modified: doc/trunk/reference/en-US/scopescontexts.xml
===================================================================
--- doc/trunk/reference/en-US/scopescontexts.xml	2009-11-10 08:17:29 UTC (rev 4948)
+++ doc/trunk/reference/en-US/scopescontexts.xml	2009-11-10 08:33:12 UTC (rev 4949)
@@ -307,6 +307,8 @@
          CDI makes it easy to obtain a dependent instance of a bean, even if the bean is already declared as a bean with
          some other scope type.
       </para>
+      
+   </section>
 
       <section>
          <title>The <literal>@New</literal> qualifier</title>
@@ -348,8 +350,6 @@
 
       </section>
 
-   </section>
-
 <!--
 vim:et:ts=3:sw=3:tw=120
 -->

Modified: doc/trunk/reference/en-US/weldexamples.xml
===================================================================
--- doc/trunk/reference/en-US/weldexamples.xml	2009-11-10 08:17:29 UTC (rev 4948)
+++ doc/trunk/reference/en-US/weldexamples.xml	2009-11-10 08:33:12 UTC (rev 4949)
@@ -398,8 +398,10 @@
             interface name. You generally don't need to access this interface, but Weld makes use of it.
          </para>
 
-      </section>
-      
+      </section>   
+
+   </section>
+   
       <section id="numberguess-wicket">
          <title>The numberguess example for Apache Wicket</title>
          <para>
@@ -1123,7 +1125,6 @@
          </programlistingco>
 
       </section>
-   </section>
    
    <section id="translator">
       <title>The translator example in depth</title>



More information about the weld-commits mailing list