Author: chatra
Date: Fri Nov 10 03:08:23 2006
New Revision: 473315

URL: http://svn.apache.org/viewvc?view=rev&rev=473315
Log:
changed the source code directory in samples to accommodate the new one 

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/pojoguide.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/pojoguide.html
URL: 
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/pojoguide.html?view=diff&rev=473315&r1=473314&r2=473315
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/pojoguide.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/pojoguide.html Fri Nov 10 
03:08:23 2006
@@ -63,8 +63,8 @@
   <li>Spring-based POJO Web service and deployment</li>
 </ul>
 
-<p>The code for the document can be found at Axis2_HOME/samples/axis2pojo
-&amp; Axis2_HOME/samples/axis2springpojo once you extract the <a
+<p>The code for the document can be found at Axis2_HOME/samples/pojoguide
+&amp; Axis2_HOME/samples/pojoguidespring once you extract the <a
 href="../../download/1_1/download.html#std-bin">Axis2 Stadard
 Distribution</a>, and it might help to go grab it now to help you as you
 follow along. Let's get started.</p>
@@ -203,7 +203,7 @@
 <p>Before you can build the source, however, you'll need to download the
 Axis2 1.1-bin and 1.1-war distributions <a
 href="../../download/1_1/download.html">here</a>. Then modify the following
-line inside the build.xml file (in the Axis2_HOME/samples/axis2pojo directory
+line inside the build.xml file (in the Axis2_HOME/samples/pojoguide directory
 in the extracted Axis2 1.1 Standard Binary (bin) Distribution) :</p>
 <pre>&lt;property name="axis2.home" value="c:\apps\axis2" /&gt;</pre>
 
@@ -380,7 +380,7 @@
 <h3>Quick Introduction</h3>
 
 <p>If you take a look at the source code of this document in
-Axis2_HOME/samples/axis2springpojo (to see how the Spring based POJO Web
+Axis2_HOME/samples/pojoguidespring (to see how the Spring based POJO Web
 service is coded), you can see that the Weather class didn't change at all
 and the WeatherService class only got its name changed to
 WeatherSpringService.</p>
@@ -535,7 +535,7 @@
 <p>Great, your POJO is now ready for primetime within the Spring Framework.
 Before you build, you'll first need to make sure the axis2-spring-1.1.jar and
 spring.jar files are in the project's <em>src/lib</em> directory ( in the
-Axis2_HOME/samples/axis2springpojo directory found in the extracted <a
+Axis2_HOME/samples/pojoguidespring directory found in the extracted <a
 href="../../download/1_1/download.html#std-bin">Axis2 Standarad Binary
 Distribution</a>). Now build the source and create an AAR file by typing:
 ant</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to