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 aj...@apache.org on 2005/06/07 19:33:34 UTC

svn commit: r188827 - in /webservices/axis/trunk/java/xdocs: Axis2ArchitectureGuide.html CodegenToolReference.html ServiceArchiveToolReference.html

Author: ajith
Date: Tue Jun  7 10:33:33 2005
New Revision: 188827

URL: http://svn.apache.org/viewcvs?rev=188827&view=rev
Log:
Changed some JPG (uppercase) extensions to jpg (lowercase). This extension problem changes the behavior of certain documents in the Linux environment

Modified:
    webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html
    webservices/axis/trunk/java/xdocs/CodegenToolReference.html
    webservices/axis/trunk/java/xdocs/ServiceArchiveToolReference.html

Modified: webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html?rev=188827&r1=188826&r2=188827&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html (original)
+++ webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html Tue Jun  7 10:33:33 2005
@@ -356,4 +356,4 @@
 
 
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: webservices/axis/trunk/java/xdocs/CodegenToolReference.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/CodegenToolReference.html?rev=188827&r1=188826&r2=188827&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/CodegenToolReference.html (original)
+++ webservices/axis/trunk/java/xdocs/CodegenToolReference.html Tue Jun  7 10:33:33 2005
@@ -23,11 +23,11 @@
 <p>If the plug-in is properly installed you should see a new wizard under the 
 &quot;New&quot; section.(use the File -&gt; New -&gt; Other or Ctrl + N ) </p>
 <p>
-<img border="0" src="images/tools/wizardSelectionPage.JPG" width="500" height="500"></p>
+<img border="0" src="images/tools/wizardSelectionPage.jpg" width="500" height="500"></p>
 <p>Selecting the wizard and pressing the next button will start the code 
 generator wizard. Following is the first wizard page.</p>
 <p>
-<img border="0" src="images/tools/WSDLSelectionPage.JPG" width="518" height="500"></p>
+<img border="0" src="images/tools/WSDLSelectionPage.jpg" width="518" height="500"></p>
 <p>To move on to the next page the WSDL file location must be given. The browse 
 button can be used to easily browse for a file rather than typing the whole 
 path.</p>
@@ -36,10 +36,10 @@
 characteristics of the code being generated. Novices need not worry about these 
 options since the most common options are defaulted, But advanced users will 
 find it very easy to &quot;turn the knobs&quot; using these options.</p>
-<p><img border="0" src="images/tools/OptionsPage.JPG" width="518" height="500"></p>
+<p><img border="0" src="images/tools/OptionsPage.jpg" width="518" height="500"></p>
 <p>Once the options are taken care of, only the final step of the code 
 generation is left. it is the selection of the output file location.</p>
-<p><img border="0" src="images/tools/OutputPage.JPG" width="518" height="500"></p>
+<p><img border="0" src="images/tools/OutputPage.jpg" width="518" height="500"></p>
 <p>When the output file location is selected, the Finish button will be enabled. 
 Pressing the finish button will generate the code and a message box will pop up 
 acknowledging the success. Well Done! Now you are ready for Axis2 Code generation.</p>

Modified: webservices/axis/trunk/java/xdocs/ServiceArchiveToolReference.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/ServiceArchiveToolReference.html?rev=188827&r1=188826&r2=188827&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/ServiceArchiveToolReference.html (original)
+++ webservices/axis/trunk/java/xdocs/ServiceArchiveToolReference.html Tue Jun  7 10:33:33 2005
@@ -13,18 +13,18 @@
 <p>If the plug-in is properly installed you should see a new wizard under the 
 &quot;New&quot; section.(use the File -&gt; New -&gt; Other or Ctrl + N ) </p>
 <p>
-<img border="0" src="images/tools/ServiceWizardSelection.JPG" width="500" height="500"></p>
+<img border="0" src="images/tools/ServiceWizardSelection.jpg" width="500" height="500"></p>
 <p>Selecting the wizard and pressing the next button will start the code 
 generator wizard. Following is the first wizard page.</p>
-<p><img border="0" src="images/tools/ServicePage1.JPG" width="500" height="500"></p>
+<p><img border="0" src="images/tools/ServicePage1.jpg" width="500" height="500"></p>
 <p>Once the class file folder&nbsp; is given (which should be a folder in the file 
 system) the next button will be enabled. Page 2 of the wizard requires you to 
 locate the server.xml</p>
-<p><img border="0" src="images/tools/ServicePage2.JPG" width="500" height="500"></p>
+<p><img border="0" src="images/tools/ServicePage2.jpg" width="500" height="500"></p>
 <p>Note that the automatic generation of the service.xml is disabled for this 
 release. After the service.xml is located you can point to the output location 
 and specify the file name.</p>
-<p><img border="0" src="images/tools/ServicePage4.JPG" width="500" height="500"></p>
+<p><img border="0" src="images/tools/ServicePage4.jpg" width="500" height="500"></p>
 <p>Once all the parameters are filled, finishing the wizard will generate the 
 service archive. This service archive can be hot deployed to the axis2.</p>
 <hr>