Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 60042 invoked from network); 29 Oct 2007 06:31:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 06:31:43 -0000 Received: (qmail 90986 invoked by uid 500); 29 Oct 2007 06:31:31 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 90921 invoked by uid 500); 29 Oct 2007 06:31:30 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 90912 invoked by uid 99); 29 Oct 2007 06:31:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2007 23:31:30 -0700 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; Mon, 29 Oct 2007 06:31:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 655611A983A; Sun, 28 Oct 2007 23:31:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r589515 - in /incubator/cxf/trunk/distribution: manifest/pom.xml pom.xml src/main/release/samples/restful_jaxrs/README.txt Date: Mon, 29 Oct 2007 06:31:19 -0000 To: cxf-commits@incubator.apache.org From: jliu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071029063120.655611A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jliu Date: Sun Oct 28 23:31:19 2007 New Revision: 589515 URL: http://svn.apache.org/viewvc?rev=589515&view=rev Log: Generate manifest correctly for restful_jaxrs demo. Modified: incubator/cxf/trunk/distribution/manifest/pom.xml incubator/cxf/trunk/distribution/pom.xml incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/README.txt Modified: incubator/cxf/trunk/distribution/manifest/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/manifest/pom.xml?rev=589515&r1=589514&r2=589515&view=diff ============================================================================== --- incubator/cxf/trunk/distribution/manifest/pom.xml (original) +++ incubator/cxf/trunk/distribution/manifest/pom.xml Sun Oct 28 23:31:19 2007 @@ -229,6 +229,11 @@ asm asm + + commons-httpclient + commons-httpclient + 3.1-rc1 + Modified: incubator/cxf/trunk/distribution/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/pom.xml?rev=589515&r1=589514&r2=589515&view=diff ============================================================================== --- incubator/cxf/trunk/distribution/pom.xml (original) +++ incubator/cxf/trunk/distribution/pom.xml Sun Oct 28 23:31:19 2007 @@ -244,11 +244,6 @@ commons-httpclient 3.1-rc1 - - javax.ws.rs - jsr311-api - 0.3 - Modified: incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/README.txt URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/README.txt?rev=589515&r1=589514&r2=589515&view=diff ============================================================================== --- incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/README.txt (original) +++ incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/README.txt Sun Oct 28 23:31:19 2007 @@ -1,4 +1,4 @@ -RESTful Hello World Demo +RESTful JAX-RS World Demo ======================== The demo shows REST based Web Services using JAX-RS (JSR-311). The REST server provides the following services: @@ -36,7 +36,7 @@ The client code demonstrates how to send HTTP GET/POST/PUT/DELETE request. The -server code demonstrates how to build a RESTful endpoints through +server code demonstrates how to build a RESTful endpoint through JAX-RS (JSR-311) APIs.