You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by cd...@apache.org on 2005/09/06 08:10:02 UTC

svn commit: r278923 - in /webservices/axis/trunk/c/docs: antbuild-guide.html windev-guide.html

Author: cdinapala
Date: Mon Sep  5 23:09:54 2005
New Revision: 278923

URL: http://svn.apache.org/viewcvs?rev=278923&view=rev
Log:
Corrected some mistakes 

Modified:
    webservices/axis/trunk/c/docs/antbuild-guide.html
    webservices/axis/trunk/c/docs/windev-guide.html

Modified: webservices/axis/trunk/c/docs/antbuild-guide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/docs/antbuild-guide.html?rev=278923&r1=278922&r2=278923&view=diff
==============================================================================
--- webservices/axis/trunk/c/docs/antbuild-guide.html (original)
+++ webservices/axis/trunk/c/docs/antbuild-guide.html Mon Sep  5 23:09:54 2005
@@ -15,7 +15,7 @@
 <a href="#thirdPartySoftware">Getting necessary third party software</a><BR>
 <A href="#PropertyFiles">Property Files</A><br>
 <a href="#cvsExtract">Getting a CVS checkout</a><br>
-<a href="#svnExtract">Getting a SVN checkout</a><br>
+<a href="#svnExtract">Getting an SVN checkout</a><br>
 <a href="#SettingTheEnvironment">Setting the Environment</a><br>
 <a href="#runningTheBuild">Running the ANT build </a><BR>
 <A href="#EnablingTraceAndDebug">Enabling Trace and Debug</A><br>
@@ -165,7 +165,7 @@
 The checked out folder ws-axis/c will be referred to as <code>[CHECKOUT_HOME]</code>
 from this point on.</p>
 
-<h2><a name="svnExtract"></a>Getting a SVN checkout</h2>
+<h2><a name="svnExtract"></a>Getting an SVN checkout</h2>
 
 <p>Anyone can checkout the source code from our anonymous SVN server. <br>
 <br>
@@ -180,8 +180,8 @@
 <br>
 For more information visit <a href="#http://www.apache.org/dev/version-control.html#https-svn">http://www.apache.org/dev/version-control.html#https-svn</a><br>
 <br>
-The checkout of the repository will be created in the current directory. But unlike CVS in SVN will not created “ws-axis” folder. 
-<br>Before having a checkout create a folder named “ws-axis\c” then would be same as using CVS.<br>
+The checkout of the repository will be created in the current directory. But unlike CVS in SVN will not created "ws-axis" folder. 
+<br>Before having a checkout create a folder named "ws-axis\c" then would be same as using CVS.<br>
 <br>The checked out folder "ws-axis" will be referred to as [Checkout_Folder] from this point on.
 <br></p>
 

Modified: webservices/axis/trunk/c/docs/windev-guide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/docs/windev-guide.html?rev=278923&r1=278922&r2=278923&view=diff
==============================================================================
--- webservices/axis/trunk/c/docs/windev-guide.html (original)
+++ webservices/axis/trunk/c/docs/windev-guide.html Mon Sep  5 23:09:54 2005
@@ -11,7 +11,7 @@
 <a href="#cvscheckout">Getting a cvs checkout</a>
 
 <br>
-<a href="#svncheckout">Getting a svn checkout</a>
+<a href="#svncheckout">Getting an svn checkout</a>
 
 <br>
 <a href="#getapachexerces">Getting necessary third party software</a>
@@ -114,7 +114,7 @@
 <p>
 <a name="svncheckout"></a></p>
 
-<h2>Getting a svn checkout</h2>
+<h2>Getting an svn checkout</h2>
 
 <p>Anyone can checkout the source code from our anonymous SVN server. <br>
 <br>
@@ -129,8 +129,8 @@
 <br>
 For more information visit <a href="#http://www.apache.org/dev/version-control.html#https-svn">http://www.apache.org/dev/version-control.html#https-svn</a><br>
 <br>
-The checkout of the repository will be created in the current directory. But unlike CVS in SVN will not created “ws-axis” folder. 
-<br>Before having a checkout create a folder named “ws-axis\c” then would be same as using CVS.<br>
+The checkout of the repository will be created in the current directory. But unlike CVS in SVN will not created "ws-axis" folder. 
+<br>Before having a checkout create a folder named "ws-axis\c" then would be same as using CVS.<br>
 <br>The checked out folder "ws-axis" will be referred to as [Checkout_Folder] from this point on.
 <br></p>