Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 80673 invoked from network); 4 Oct 2007 13:40:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Oct 2007 13:40:02 -0000 Received: (qmail 2369 invoked by uid 500); 4 Oct 2007 13:39:50 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 1877 invoked by uid 500); 4 Oct 2007 13:39:49 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 1868 invoked by uid 99); 4 Oct 2007 13:39:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 06:39:49 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 13:39:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8BA6F1A9832; Thu, 4 Oct 2007 06:39:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581894 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java Date: Thu, 04 Oct 2007 13:39:09 -0000 To: commits@struts.apache.org From: mrdon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071004133909.8BA6F1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mrdon Date: Thu Oct 4 06:39:08 2007 New Revision: 581894 URL: http://svn.apache.org/viewvc?rev=581894&view=rev Log: Updating plugin ext points doc WW-2192 Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java?rev=581894&r1=581893&r2=581894&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/BeanSelectionProvider.java Thu Oct 4 06:39:08 2007 @@ -137,6 +137,12 @@ * singleton * Creates reflection context maps used for reflection and expression language operations (since 2.1) * + * + * com.opensymphony.xwork2.config.PackageProvider + * N/A + * singleton + * All beans registered as PackageProvider implementations will be automatically included in configuration building (since 2.1) + * * * *