Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 42419 invoked from network); 31 Aug 2010 09:40:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Aug 2010 09:40:15 -0000 Received: (qmail 68529 invoked by uid 500); 31 Aug 2010 09:40:15 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 68245 invoked by uid 500); 31 Aug 2010 09:40:12 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 68232 invoked by uid 99); 31 Aug 2010 09:40:11 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 09:40:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 09:39:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EF13A23889FA; Tue, 31 Aug 2010 09:38:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r991131 - in /commons/proper/digester/trunk/src: java/org/apache/commons/digester/package.html site/xdoc/core.xml Date: Tue, 31 Aug 2010 09:38:35 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100831093835.EF13A23889FA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Tue Aug 31 09:38:35 2010 New Revision: 991131 URL: http://svn.apache.org/viewvc?rev=991131&view=rev Log: added missing annotatins package link Modified: commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html commons/proper/digester/trunk/src/site/xdoc/core.xml Modified: commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html?rev=991131&r1=991130&r2=991131&view=diff ============================================================================== --- commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html (original) +++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html Tue Aug 31 09:38:35 2010 @@ -1342,6 +1342,10 @@ manipulation of attributes and element b xmlrules package contains a system allowing digester rule configurations to be specifed through an xml file. +
  • +annotations package contains a +system allowing digester rule configurations to be specifed through Java5 Annotations. +
  • Modified: commons/proper/digester/trunk/src/site/xdoc/core.xml URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/xdoc/core.xml?rev=991131&r1=991130&r2=991131&view=diff ============================================================================== --- commons/proper/digester/trunk/src/site/xdoc/core.xml (original) +++ commons/proper/digester/trunk/src/site/xdoc/core.xml Tue Aug 31 09:38:35 2010 @@ -1243,6 +1243,10 @@ manipulation of attributes and element b xmlrules package contains a system allowing digester rule configurations to be specifed through an xml file. +
  • +annotations package contains a +system allowing digester rule configurations to be specifed through Java5 Annotations. +