Author: chinthaka
Date: Wed Apr 26 01:13:51 2006
New Revision: 397140

URL: http://svn.apache.org/viewcvs?rev=397140&view=rev
Log:
Minor changes to OMTutorial


Modified:
    webservices/commons/trunk/modules/axiom/xdocs/OMTutorial.html

Modified: webservices/commons/trunk/modules/axiom/xdocs/OMTutorial.html
URL: 
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/xdocs/OMTutorial.html?rev=397140&r1=397139&r2=397140&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/xdocs/OMTutorial.html (original)
+++ webservices/commons/trunk/modules/axiom/xdocs/OMTutorial.html Wed Apr 26 
01:13:51 2006
@@ -166,20 +166,20 @@
 described in the next section. </p>
 
 <p>Detailed information on getting source from Axis2 SVN repository can be
-found <a href="../svn.html" target="_blank">here</a>.</p>
+found <a href="svn.html" target="_blank">here</a>.</p>
 
 <p>After the source download, OM-binary can be built. For both Windows and
 Linux move it to the project directory and execute the command "maven jar".
 All other necessary jars will be automatically downloaded. <em> </em><font
 color="red"><span style="color: #000000">When the build finishes
-successfully, the <span style="color: #000000">axiom-api-<version>.jar</span> 
and <span style="color: #000000">axiom-impl-<version>.jar</span> can
+successfully, the <span style="color: 
#000000">axiom-api-&lt;version&gt;.jar</span> and <span style="color: 
#000000">axiom-impl-&lt;version&gt;.jar</span> can
 be found in the newly created "targets" directory.</span></font></p>
 
 <p>Once the OM-binary is obtained by any of the above ways , it should be
 included in the classpath for any of the OM based programs to work.
 Subsequent sections of this tutorial assume that this build step is complete
-and <font color="red"><span style="color: #000000">axiom-api-<version>.jar
-</span> and <span style="color: 
#000000">axiom-impl-<version>.jar</span></font> are
+and <font color="red"><span style="color: 
#000000">axiom-api-&lt;version&gt;.jar
+</span> and <span style="color: 
#000000">axiom-impl-&lt;version&gt;.jar</span></font> are
 present in the classpath along with the StAX API jar file and a StAX
 implementation.</p>
 


Reply via email to