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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Nov 5 16:35:31 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-05 16:35:31 -0500 (Thu, 05 Nov 2009)
New Revision: 4704

Modified:
   doc/trunk/reference/en-US/decorators.xml
   doc/trunk/reference/en-US/interceptors.xml
   doc/trunk/reference/en-US/specialization.xml
Log:
"bean archive"

Modified: doc/trunk/reference/en-US/decorators.xml
===================================================================
--- doc/trunk/reference/en-US/decorators.xml	2009-11-05 21:29:12 UTC (rev 4703)
+++ doc/trunk/reference/en-US/decorators.xml	2009-11-05 21:35:31 UTC (rev 4704)
@@ -151,8 +151,8 @@
 
       <para>
          By default, all decorators are disabled. We need to <emphasis>enable</emphasis> our decorator in the
-         <literal>beans.xml</literal> descriptor of a bean deployment archive. This activation only applies
-         to beans in the same archive.
+         <literal>beans.xml</literal> descriptor of a bean archive. This activation only applies to the beans 
+         in that archive.
       </para>
 
       <programlisting role="XML"><![CDATA[<beans

Modified: doc/trunk/reference/en-US/interceptors.xml
===================================================================
--- doc/trunk/reference/en-US/interceptors.xml	2009-11-05 21:29:12 UTC (rev 4703)
+++ doc/trunk/reference/en-US/interceptors.xml	2009-11-05 21:35:31 UTC (rev 4704)
@@ -120,8 +120,8 @@
 
       <para>
          By default, all interceptors are disabled. We need to <emphasis>enable</emphasis> our interceptor in the
-         <literal>beans.xml</literal> descriptor of a bean deployment archive. This activation only applies to beans in
-         the same archive.
+         <literal>beans.xml</literal> descriptor of a bean archive. This activation only applies to the beans in 
+         that archive.
       </para>
 
 <programlisting role="XML"><![CDATA[<beans

Modified: doc/trunk/reference/en-US/specialization.xml
===================================================================
--- doc/trunk/reference/en-US/specialization.xml	2009-11-05 21:29:12 UTC (rev 4703)
+++ doc/trunk/reference/en-US/specialization.xml	2009-11-05 21:35:31 UTC (rev 4704)
@@ -80,9 +80,9 @@
       <para>
          By default, <literal>@Alternative</literal> beans are disabled. We need to <emphasis>enable</emphasis> the
          alternative&#8212;effectively replacing the bean implementation without the <literal>@Alternative</literal>
-         annotation&#8212;in the <literal>beans.xml</literal> descriptor of a bean deployment archive by specifying the bean
-         class (or the class that contains the alternative producer method or field). This activation only applies to
-         beans in the same archive.
+         annotation&#8212;in the <literal>beans.xml</literal> descriptor of a bean archive by specifying the bean
+         class (or the class that contains the alternative producer method or field). This activation only applies 
+         to the beans in that archive.
       </para>
 
       <programlisting role="XML"><![CDATA[<beans



More information about the weld-commits mailing list