Author: jliu
Date: Mon Jan  7 19:37:08 2008
New Revision: 609860

URL: http://svn.apache.org/viewvc?rev=609860&view=rev
Log:
Update jax-rs basic demo readme build script etc.

Modified:
    
incubator/cxf/trunk/distribution/src/main/release/samples/jax-rs/basic/README.txt
    
incubator/cxf/trunk/distribution/src/main/release/samples/jax-rs/basic/build.xml

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/jax-rs/basic/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jax-rs/basic/README.txt?rev=609860&r1=609859&r2=609860&view=diff
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/jax-rs/basic/README.txt
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/jax-rs/basic/README.txt
 Mon Jan  7 19:37:08 2008
@@ -1,7 +1,7 @@
-RESTful JAX-RS World Demo 
-=========================
+JAX-RS Basic Demo 
+=================
 
-The demo shows REST based Web Services using JAX-RS (JSR-311). The REST server 
provides the following services: 
+The demo shows a basic REST based Web Services using JAX-RS (JSR-311). The 
REST server provides the following services: 
 
 A RESTful customer service is provided on URL http://localhost:9000/customers. 
 Users access this URI to operate on customer.
@@ -118,7 +118,7 @@
 Running the demo using java
 ---------------------------
 
-From the samples/restful_jaxrs directory run the following commands. They 
+From the samples/jax-rs/basic directory run the following commands. They 
 are entered on a single command line.
 
 For UNIX (must use forward slashes):

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/jax-rs/basic/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jax-rs/basic/build.xml?rev=609860&r1=609859&r2=609860&view=diff
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/jax-rs/basic/build.xml
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/jax-rs/basic/build.xml
 Mon Jan  7 19:37:08 2008
@@ -17,10 +17,10 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project name="RESTful demo" default="build" basedir=".">
+<project name="JAX-RS basic demo" default="build" basedir=".">
     <property name="codegen.notrequired" value="true"/>
 
-    <import file="../common_build.xml"/>        
+    <import file="../../common_build.xml"/>        
         
     <target name="client" description="run demo client" depends="build">
         <cxfrun classname="demo.jaxrs.client.Client"/>


Reply via email to