You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/10/16 04:37:46 UTC

svn commit: r585008 - in /incubator/cxf/branches/2.0.x-fixes: ./ distribution/src/main/release/samples/restful_dispatch/README.txt

Author: dkulp
Date: Mon Oct 15 19:37:46 2007
New Revision: 585008

URL: http://svn.apache.org/viewvc?rev=585008&view=rev
Log:
Merged revisions 584520 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/cxf/trunk

........
  r584520 | jliu | 2007-10-14 05:44:15 -0400 (Sun, 14 Oct 2007) | 1 line
  
  Minor fix to sample README
........

Modified:
    incubator/cxf/branches/2.0.x-fixes/   (props changed)
    incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/README.txt

Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/README.txt?rev=585008&r1=585007&r2=585008&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/README.txt (original)
+++ incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/README.txt Mon Oct 15 19:37:46 2007
@@ -49,8 +49,7 @@
 JAX-WS Provider interface.
 
 
-Please review the README in the samples directory before
-continuing.
+Please review the README in the samples directory before continuing.
 
 
 Prerequisites
@@ -86,7 +85,7 @@
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/restful directory, first create the target
+From the samples/restful_dispatch directory, first create the target
 directory build/classes and then compile the provided client 
 and server applications with the commands:
 
@@ -120,7 +119,7 @@
 Running the demo using java
 ---------------------------
 
-From the samples/restful directory run the following commands. They 
+From the samples/restful_dispatch directory run the following commands. They 
 are entered on a single command line.
 
 For UNIX (must use forward slashes):