Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E2E1E700 for ; Tue, 22 Jan 2013 17:19:40 +0000 (UTC) Received: (qmail 10163 invoked by uid 500); 22 Jan 2013 17:19:40 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 10044 invoked by uid 500); 22 Jan 2013 17:19:40 -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 10037 invoked by uid 99); 22 Jan 2013 17:19:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2013 17:19:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 22 Jan 2013 17:19:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 34F4C23888CD; Tue, 22 Jan 2013 17:19:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1437057 - in /cxf/branches/2.6.x-fixes/distribution/src/main/release/samples: wsdl_first_pure_xml/README.txt wsdl_first_xml_wrapped/README.txt Date: Tue, 22 Jan 2013 17:19:20 -0000 To: commits@cxf.apache.org From: coheigea@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130122171920.34F4C23888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: coheigea Date: Tue Jan 22 17:19:19 2013 New Revision: 1437057 URL: http://svn.apache.org/viewvc?rev=1437057&view=rev Log: Merged revisions 1437055 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes ........ r1437055 | coheigea | 2013-01-22 17:18:35 +0000 (Tue, 22 Jan 2013) | 10 lines Merged revisions 1437053 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1437053 | coheigea | 2013-01-22 17:18:04 +0000 (Tue, 22 Jan 2013) | 2 lines Minor README refactor ........ ........ Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/README.txt cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/README.txt URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/README.txt?rev=1437057&r1=1437056&r2=1437057&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/README.txt (original) +++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/README.txt Tue Jan 22 17:19:19 2013 @@ -1,12 +1,10 @@ Hello World Demo using BARE Style in XML Binding (pure XML over HTTP) ===================================================================== -This demo illustrates the use of Apache CXF's xml binding. This -specific demo shows you how xml binding works with the -doc-lit bare style +This demo illustrates the use of Apache CXF's XML binding. This specific demo +shows you how XML binding works with the doc-lit bare style -Please review the README in the samples directory before -continuing. +Please review the README in the samples directory before continuing. Building and running the demo using Maven --------------------------------------- Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt?rev=1437057&r1=1437056&r2=1437057&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt (original) +++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt Tue Jan 22 17:19:19 2013 @@ -1,12 +1,10 @@ Hello World Demo using WRAPPED Style in XML Binding (pure XML over HTTP) ======================================================================== -This demo illustrates the use of Apache CXF's xml binding. This -specific demo shows you how xml binding works with the -doc-lit wrapped style. +This demo illustrates the use of Apache CXF's XML binding. This specific demo +shows you how the XML binding works with the doc-lit wrapped style. -Please review the README in the samples directory before -continuing. +Please review the README in the samples directory before continuing. Building and running the demo using Maven ---------------------------------------