Author: veithen
Date: Tue Nov 16 20:07:25 2010
New Revision: 1035775

URL: http://svn.apache.org/viewvc?rev=1035775&view=rev
Log:
Manually fixing AXIS2-4885 in the generated site.

Modified:
    axis/axis2/java/core/site/docs/contents.html
    axis/axis2/java/core/site/docs/installationguide.html
    axis/axis2/java/core/site/docs/pojoguide.html
    axis/axis2/java/core/site/docs/soapmonitor-module.html
    axis/axis2/java/core/site/docs/userguide-buildingservices.html
    axis/axis2/java/core/site/tools/index.html

Modified: axis/axis2/java/core/site/docs/contents.html
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/site/docs/contents.html?rev=1035775&r1=1035774&r2=1035775&view=diff
==============================================================================
--- axis/axis2/java/core/site/docs/contents.html (original)
+++ axis/axis2/java/core/site/docs/contents.html Tue Nov 16 20:07:25 2010
@@ -224,14 +224,14 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <html xmlns="http://www.w3.org/1999/xhtml";><head><meta 
name="generator" content="HTML Tidy for Windows (vers 14 June 2007), see 
www.w3.org"><meta http-equiv="content-type" content="text/html; 
charset=us-ascii">Axis2/Java ${axis2_version} Documentation 
Home</head><h1>Apache Axis2/Java Version ${axis2_version} Documentation
+        <html xmlns="http://www.w3.org/1999/xhtml";><head><meta 
name="generator" content="HTML Tidy for Windows (vers 14 June 2007), see 
www.w3.org"><meta http-equiv="content-type" content="text/html; 
charset=us-ascii">Axis2/Java 1.5.3 Documentation Home</head><h1>Apache 
Axis2/Java Version 1.5.3 Documentation
 Index</h1><h2>Introduction</h2><p>Apache Axis2, the third generation Web 
services engine is more
 efficient, more modular and more XML-oriented than its predecessor
 <a href="http://ws.apache.org/axis/"; class="externalLink">Apache Axis</a>. It 
is
 carefully designed to support the easy addition of plug-in modules
 that extend its functionality for features such as security and
 increased reliability.</p>
-<p>Apache Axis2 Version ${axis2_version} is a bugfix release, fixing several
+<p>Apache Axis2 Version 1.5.3 is a bugfix release, fixing several
 problems in version 1.5.  Please see the release notes for more
 details.</p>
 <p>This page describes our list of available documents.</p>

Modified: axis/axis2/java/core/site/docs/installationguide.html
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/site/docs/installationguide.html?rev=1035775&r1=1035774&r2=1035775&view=diff
==============================================================================
--- axis/axis2/java/core/site/docs/installationguide.html (original)
+++ axis/axis2/java/core/site/docs/installationguide.html Tue Nov 16 20:07:25 
2010
@@ -264,7 +264,7 @@ focus on running Apache Axis2 using the 
 Distribution.</p>
 <p><a href="../download.cgi">
 Download</a> distribution packages of the Apache Axis2
-${axis2_version} version (latest).</p>
+1.5.3 version (latest).</p>
 <p><a href="../download.cgi">Download</a>
 distribution packages of all versions of Apache Axis2.</p>
 <p>The distribution packages provided are as follows:</p>
@@ -335,7 +335,7 @@ directory into which you installed the J
 Axis2 Standard Binary Distribution</a> into a convenient location
 so that the distribution resides in its own directory. Set an
 environment variable AXIS2_HOME to the pathname of the extracted
-directory of Axis2 (Eg: /opt/axis2-${axis2_version}). Linux users
+directory of Axis2 (Eg: /opt/axis2-1.5.3). Linux users
 can alternatively run the setenv.sh file available in the
 AXIS2_HOME/bin directory to set the AXIS2_HOME environment variable
 to the Axis2 classpath.</p>

Modified: axis/axis2/java/core/site/docs/pojoguide.html
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/site/docs/pojoguide.html?rev=1035775&r1=1035774&r2=1035775&view=diff
==============================================================================
--- axis/axis2/java/core/site/docs/pojoguide.html (original)
+++ axis/axis2/java/core/site/docs/pojoguide.html Tue Nov 16 20:07:25 2010
@@ -400,15 +400,15 @@ builds a JAR at <em>build/lib/rpc-client
 the client</li>
 </ul>
 <p>Before you can build the source, you'll need to download the
-Axis2 ${axis2_version}-bin and ${axis2_version}-war distributions
+Axis2 1.5.3-bin and 1.5.3-war distributions
 from <a href="../download.cgi">here</a>. Then
 modify the following line inside the build.xml file (in the
 Axis2_HOME/samples/pojoguide directory in the extracted Axis2
-${axis2_version} Standard Binary (bin) Distribution) :</p>
+1.5.3 Standard Binary (bin) Distribution) :</p>
 <pre>
 &lt;property name=&quot;axis2.home&quot; value=&quot;c:\apps\axis2&quot; /&gt;
 </pre><p>This modification contains the path to the root of the unzipped
-Axis2 ${axis2_version}-bin <a href="../download.cgi">download</a>.
+Axis2 1.5.3-bin <a href="../download.cgi">download</a>.
 With that explanation, you'll now build the source by typing the
 following: ant</p>
 <p>The following directory format should now exist at
@@ -428,7 +428,7 @@ development.</p>
 <p>Now get a <a href="http://tomcat.apache.org/"; 
class="externalLink">Tomcat</a>
 distribution (I used v5.5), and start it up by running
 <em>bin/startup.bat</em> or <em>bin/startup.sh</em>. Once it's
-running, deploy the Axis2 ${axis2_version}-war by copying the
+running, deploy the Axis2 1.5.3-war by copying the
 axis2.war file to Tomcat's webapps directory. Tomcat will proceed
 by deploying axis2 and un-archiving it into the webapps directory.
 Now copy the WeatherService directory that was created at the time
@@ -704,7 +704,7 @@ loader as its class loader. The Spring F
 ready for our WeatherSpringService.</p>
 <h3>Build and Deploy Using Apache Axis2 and Tomcat</h3><p>Your POJO is now 
ready for primetime within the Spring
 Framework. Before you build, you'll first need to make sure the
-axis2-spring-${axis2_version}.jar and spring.jar files are in the
+axis2-spring-1.5.3.jar and spring.jar files are in the
 project's <em>Axis2_HOME/lib</em> directory.</p>
 <p><strong>Note:</strong> The service will not deploy if you add
 the above .jar files to the service archive due to class loding
@@ -728,7 +728,7 @@ at startup.</p>
 client:</p>
 <pre>
 run.client:
-    [javac] Compiling 1 source file to 
C:\axis2-${axis2_version}\samples\pojoguidespring\build\cl
+    [javac] Compiling 1 source file to 
C:\axis2-1.5.3\samples\pojoguidespring\build\cl
 asses
      <b>[java] Temperature               : 89.9
      [java] Forecast                  : Sunny

Modified: axis/axis2/java/core/site/docs/soapmonitor-module.html
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/site/docs/soapmonitor-module.html?rev=1035775&r1=1035774&r2=1035775&view=diff
==============================================================================
--- axis/axis2/java/core/site/docs/soapmonitor-module.html (original)
+++ axis/axis2/java/core/site/docs/soapmonitor-module.html Tue Nov 16 20:07:25 
2010
@@ -323,9 +323,9 @@ code to the web.xml (The SOAPMonitorPort
         &lt;url-pattern&gt;/SOAPMonitor&lt;/url-pattern&gt;
     &lt;/servlet-mapping&gt;</pre><p>Finally, the applet classes must be 
placed into the Web application so that
 they can be loaded by the Web browser. You can get the compiled applet
-classes from the WEB-INF/lib/soapmonitor-servlet-${axis2_version}.jar which is 
inside
+classes from the WEB-INF/lib/soapmonitor-servlet-1.5.3.jar which is inside
 the extracted axis2.war. To extract the content of the file, simply
-execute the command, <code>jar -xf 
soapmonitor-servlet-${axis2_version}.jar</code>.
+execute the command, <code>jar -xf soapmonitor-servlet-1.5.3.jar</code>.
 The applet code is in the org.apache.axis2.soapmonitor.applet package and 
therefore 
 the 'org' directory created by the unpacking of JAR file should be placed
 in &lt;CATALINA_HOME&gt;/webapps/axis2/.</p>

Modified: axis/axis2/java/core/site/docs/userguide-buildingservices.html
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/site/docs/userguide-buildingservices.html?rev=1035775&r1=1035774&r2=1035775&view=diff
==============================================================================
--- axis/axis2/java/core/site/docs/userguide-buildingservices.html (original)
+++ axis/axis2/java/core/site/docs/userguide-buildingservices.html Tue Nov 16 
20:07:25 2010
@@ -573,7 +573,7 @@ Service</h3><p><strong>Code Listing 14.1
 <pre>
 java org.apache.axis2.wsdl.WSDL2Java -uri 
 file:///C:/apps/axis2/samples/zSample/Axis2UserGuide.wsdl -p 
-org.apache.axis2.axis2userguide -d adb -s -wv ${axis2_version} -ss -sd
+org.apache.axis2.axis2userguide -d adb -s -wv 1.5.3 -ss -sd
 </pre><p>Note: Make sure all the .jar files in the Axis2 lib directory is
 set to the CLASSPATH before you run the above code.</p>
 <p>This statement tells the utility you want to create a service
@@ -585,18 +585,18 @@ to use the Axis2 DataBinding Framework, 
 only synchronous or blocking code (-s), and to generate server-side
 code (-ss) as opposed to a client, including the services.xml
 service descriptor file (-sd). It also specifies version
-${axis2_version} for the WSDL file (-wv)<strong>.</strong></p>
+1.5.3 for the WSDL file (-wv)<strong>.</strong></p>
 <p><strong>Code Listing 14.2:</strong></p>
 <p>You can also use the following script files to achieve the same.
 In this case you do not have the set the CLASSPATH manually.</p>
 <p>For Linux:</p>
 <pre>
 $AXIS2_HOME/bin/wsdl2java.sh -uri 
file:///C:/apps/axis2/samples/zSample/Axis2UserGuide.wsdl
--p org.apache.axis2.axis2userguide -o target_directory_name -d adb -s -wv 
${axis2_version} -ss -sd
+-p org.apache.axis2.axis2userguide -o target_directory_name -d adb -s -wv 
1.5.3 -ss -sd
 </pre><p>For MS Windows:</p>
 <pre>
 %AXIS2_HOME%\bin\wsdl2java.bat -uri 
file:\\\C:\apps\axis2\samples\zSample\Axis2UserGuide.wsdl
--p org.apache.axis2.axis2userguide -o target_directory_name -d adb -s -wv 
${axis2_version} -ss -sd
+-p org.apache.axis2.axis2userguide -o target_directory_name -d adb -s -wv 
1.5.3 -ss -sd
 </pre><p>In both instances, at this point, you should see four new items
 in your chosen directory: the build.xml file, which includes
 instructions for Ant, the src directory, which includes all the

Modified: axis/axis2/java/core/site/tools/index.html
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/site/tools/index.html?rev=1035775&r1=1035774&r2=1035775&view=diff
==============================================================================
--- axis/axis2/java/core/site/tools/index.html (original)
+++ axis/axis2/java/core/site/tools/index.html Tue Nov 16 20:07:25 2010
@@ -246,27 +246,27 @@ Wizard - Eclipse Plug-in</a></td>
 an important tool that allows the generation of service archives
 (&quot;aar&quot; file or a &quot;jar&quot; files) that can be deployed as a Web
 services to the Axis2.</td>
-<td><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/axis/axis2/java/core/${axis2_version}/axis2-eclipse-service-plugin-${axis2_version}.zip";
 class="externalLink">zip</a> |
-                                               <a 
href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-eclipse-service-plugin-${axis2_version}.zip.md5";
 class="externalLink">MD5</a> |
-                                               <a 
href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-eclipse-service-plugin-${axis2_version}.zip.asc";
 class="externalLink">PGP</a></td>
+<td><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/axis/axis2/java/core/1.5.3/axis2-eclipse-service-plugin-1.5.3.zip";
 class="externalLink">zip</a> |
+                                               <a 
href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-eclipse-service-plugin-1.5.3.zip.md5";
 class="externalLink">MD5</a> |
+                                               <a 
href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-eclipse-service-plugin-1.5.3.zip.asc";
 class="externalLink">PGP</a></td>
 </tr>
 <tr class="b"><td><a href="eclipse/wsdl2java-plugin.html">Code
 Generator Wizard - Eclipse Plug-in</a></td>
 <td>Axis2 code generator comes built-in with an <a 
href="http://www.eclipse.org/"; class="externalLink">eclipse</a> plug-in. This 
can be used to
 generate a WSDL file from a java class (Java2WSDL) and/or a java
 class file from a WSDL (WSDL2Java)</td>
-<td><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/axis/axis2/java/core/${axis2_version}/axis2-eclipse-codegen-plugin-${axis2_version}.zip";
 class="externalLink">zip</a> |
-                                               <a 
href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-eclipse-codegen-plugin-${axis2_version}.zip.md5";
 class="externalLink">MD5</a> |
-                                               <a 
href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-eclipse-codegen-plugin-${axis2_version}.zip.asc";
 class="externalLink">PGP</a></td>
+<td><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/axis/axis2/java/core/1.5.3/axis2-eclipse-codegen-plugin-1.5.3.zip";
 class="externalLink">zip</a> |
+                                               <a 
href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-eclipse-codegen-plugin-1.5.3.zip.md5";
 class="externalLink">MD5</a> |
+                                               <a 
href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-eclipse-codegen-plugin-1.5.3.zip.asc";
 class="externalLink">PGP</a></td>
 </tr>
 <tr class="a"><td><a href="idea/Idea_plug-in_userguide.html">Code
 Generator Wizard - IntelliJ IDEA Plug-in</a></td>
 <td>Using this tool one can create service archives that can be
 deployed as a Web services to the Axis2, and also generate a java
 class file from a WSDL file (WSDL2Java).</td>
-<td><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/axis/axis2/java/core/${axis2_version}/axis2-idea-plugin-${axis2_version}.zip";
 class="externalLink">zip</a> |
-                        <a 
href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-idea-plugin-${axis2_version}.zip.md5";
 class="externalLink">MD5</a> |
-                        <a 
href="http://www.apache.org/dist/axis/axis2/java/core/${axis2_version}/axis2-idea-plugin-${axis2_version}.zip.asc";
 class="externalLink">PGP</a></td>
+<td><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/axis/axis2/java/core/1.5.3/axis2-idea-plugin-1.5.3.zip";
 class="externalLink">zip</a> |
+                        <a 
href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-idea-plugin-1.5.3.zip.md5";
 class="externalLink">MD5</a> |
+                        <a 
href="http://www.apache.org/dist/axis/axis2/java/core/1.5.3/axis2-idea-plugin-1.5.3.zip.asc";
 class="externalLink">PGP</a></td>
 </tr>
 <tr class="b"><td><a href="maven-plugins/maven-aar-plugin.html">Maven2 AAR
 Plug-in</a></td>


Reply via email to