Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 45480 invoked from network); 24 May 2006 11:42:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 11:42:56 -0000 Received: (qmail 67209 invoked by uid 500); 24 May 2006 11:42:53 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 67121 invoked by uid 500); 24 May 2006 11:42:53 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 67110 invoked by uid 500); 24 May 2006 11:42:53 -0000 Received: (qmail 67107 invoked by uid 99); 24 May 2006 11:42:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 04:42:53 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 04:42:52 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 370431A9842; Wed, 24 May 2006 04:42:32 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r409144 - in /jakarta/commons/proper/chain/trunk: maven.xml project.xml xdocs/changes.xml Date: Wed, 24 May 2006 11:42:31 -0000 To: commons-cvs@jakarta.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060524114232.370431A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: niallp Date: Wed May 24 04:42:31 2006 New Revision: 409144 URL: http://svn.apache.org/viewvc?rev=409144&view=rev Log: Update maven build to include missing artifacts in distros. Modified: jakarta/commons/proper/chain/trunk/maven.xml jakarta/commons/proper/chain/trunk/project.xml jakarta/commons/proper/chain/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/chain/trunk/maven.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/maven.xml?rev=409144&r1=409143&r2=409144&view=diff ============================================================================== --- jakarta/commons/proper/chain/trunk/maven.xml (original) +++ jakarta/commons/proper/chain/trunk/maven.xml Wed May 24 04:42:31 2006 @@ -14,9 +14,72 @@ limitations under the License. --> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: jakarta/commons/proper/chain/trunk/project.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/project.xml?rev=409144&r1=409143&r2=409144&view=diff ============================================================================== --- jakarta/commons/proper/chain/trunk/project.xml (original) +++ jakarta/commons/proper/chain/trunk/project.xml Wed May 24 04:42:31 2006 @@ -206,6 +206,13 @@ **/*.xml + + ${basedir} + META-INF + + NOTICE.txt + + Modified: jakarta/commons/proper/chain/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/xdocs/changes.xml?rev=409144&r1=409143&r2=409144&view=diff ============================================================================== --- jakarta/commons/proper/chain/trunk/xdocs/changes.xml (original) +++ jakarta/commons/proper/chain/trunk/xdocs/changes.xml Wed May 24 04:42:31 2006 @@ -39,6 +39,10 @@ + + r 409125 + Modify DispatchCommand so that it will compile using JDK 1.3 (remove JDK 1.4 method). + r 356422 DispatchCommand - fix bug in handling InvocationTargetException. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org