Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 11526 invoked from network); 23 Sep 2008 10:41:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Sep 2008 10:41:37 -0000 Received: (qmail 70326 invoked by uid 500); 23 Sep 2008 10:41:35 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 70199 invoked by uid 500); 23 Sep 2008 10:41:34 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 70178 invoked by uid 99); 23 Sep 2008 10:41:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 03:41:33 -0700 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, 23 Sep 2008 10:40:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8D49B2388873; Tue, 23 Sep 2008 03:41:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r698128 - /cxf/trunk/distribution/src/main/release/samples/mtom/build.xml Date: Tue, 23 Sep 2008 10:41:13 -0000 To: commits@cxf.apache.org From: ulhasbhole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080923104113.8D49B2388873@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ulhasbhole Date: Tue Sep 23 03:41:13 2008 New Revision: 698128 URL: http://svn.apache.org/viewvc?rev=698128&view=rev Log: * Fixed mtom sample to avoid null pointer exception in client. Modified: cxf/trunk/distribution/src/main/release/samples/mtom/build.xml Modified: cxf/trunk/distribution/src/main/release/samples/mtom/build.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/mtom/build.xml?rev=698128&r1=698127&r2=698128&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/mtom/build.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/mtom/build.xml Tue Sep 23 03:41:13 2008 @@ -22,7 +22,7 @@ - +