You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2005/05/17 19:56:50 UTC

svn commit: r170625 - /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml

Author: steveh
Date: Tue May 17 10:56:49 2005
New Revision: 170625

URL: http://svn.apache.org/viewcvs?rev=170625&view=rev
Log:
Fixing some file paths.

Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml?rev=170625&r1=170624&r2=170625&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml Tue May 17 10:56:49 2005
@@ -156,7 +156,7 @@
             <section id="edit_3">
                 <title>To Edit the JWS File</title>
                 <p/>
-                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src/web/Blank.java</code> so it appears as follows. Code to add appears in bold type.</p>
+                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src-ws/web/Blank.java</code> so it appears as follows. Code to add appears in bold type.</p>
 <source>package web;
 ...
 import javax.jws.WebMethod;
@@ -205,7 +205,7 @@
         <section id="step_4">
             <title>Step 4: Add a Non-Web Invokable Method</title>
 			<section id="edit_4"><title>To Edit the JWS File</title>
-                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src/web/Blank.java</code> so it appears as follows. Code to add appears in bold type.</p>
+                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src-ws/web/Blank.java</code> so it appears as follows. Code to add appears in bold type.</p>
 <source>package web;
 ...
 import javax.jws.WebMethod;
@@ -263,7 +263,7 @@
                 <title>Step 5: Change the SOAP Style</title>
 			<section id="edit_5"><title>To Edit the JWS File</title>
                 <p>The default SOAP style for JSR-181 web services is DOC-literal.  In this step you will change the style to RPC-encoded.</p>
-                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src/web/Blank.java</code> so it appears as follows. Code to add appears in bold type.</p>
+                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src-ws/web/Blank.java</code> so it appears as follows. Code to add appears in bold type.</p>
 <source>package web;
 ...
 import javax.jws.WebMethod;