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 @@
             <groupId>asm</groupId>
             <artifactId>asm</artifactId>
         </dependency>
+        <dependency>
+           <groupId>commons-httpclient</groupId>
+           <artifactId>commons-httpclient</artifactId>
+           <version>3.1-rc1</version>
+        </dependency>        
     </dependencies>
 
     <build>

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 @@
            <artifactId>commons-httpclient</artifactId>
            <version>3.1-rc1</version>
         </dependency>
-         <dependency>
-             <groupId>javax.ws.rs</groupId>
-             <artifactId>jsr311-api</artifactId>
-             <version>0.3</version>
-         </dependency>
     </dependencies>
 
     <build>

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.
 
 


Reply via email to