From commits-return-7867-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Tue Jan 01 18:33:07 2008 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 14274 invoked from network); 1 Jan 2008 18:33:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jan 2008 18:33:07 -0000 Received: (qmail 47958 invoked by uid 500); 1 Jan 2008 18:32:56 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 47934 invoked by uid 500); 1 Jan 2008 18:32:56 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 47923 invoked by uid 99); 1 Jan 2008 18:32:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jan 2008 10:32:56 -0800 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; Tue, 01 Jan 2008 18:32:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 94C411A9838; Tue, 1 Jan 2008 10:32:34 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r607891 - /activemq/activemq-cpp/decaf/trunk/src/main/Makefile.am Date: Tue, 01 Jan 2008 18:32:34 -0000 To: commits@activemq.apache.org From: nmittler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080101183234.94C411A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nmittler Date: Tue Jan 1 10:32:33 2008 New Revision: 607891 URL: http://svn.apache.org/viewvc?rev=607891&view=rev Log: (empty) Modified: activemq/activemq-cpp/decaf/trunk/src/main/Makefile.am Modified: activemq/activemq-cpp/decaf/trunk/src/main/Makefile.am URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/src/main/Makefile.am?rev=607891&r1=607890&r2=607891&view=diff ============================================================================== --- activemq/activemq-cpp/decaf/trunk/src/main/Makefile.am (original) +++ activemq/activemq-cpp/decaf/trunk/src/main/Makefile.am Tue Jan 1 10:32:33 2008 @@ -139,6 +139,7 @@ decaf/lang/exceptions/IllegalArgumentException.h \ decaf/lang/exceptions/UnsupportedOperationException.h \ decaf/lang/exceptions/InterruptedException.h \ + decaf/lang/exceptions/NumberFormatException.h \ decaf/io/BufferedOutputStream.h \ decaf/io/StandardErrorOutputStream.h \ decaf/io/OutputStream.h \