Changed some JPG (uppercase) extensions to jpg (lowercase). This extension problem changes the behavior of certain documents in the Linux environment
diff --git a/xdocs/Axis2ArchitectureGuide.html b/xdocs/Axis2ArchitectureGuide.html
index 7060c31..e364a6a 100644
--- a/xdocs/Axis2ArchitectureGuide.html
+++ b/xdocs/Axis2ArchitectureGuide.html
@@ -356,4 +356,4 @@
 

 

 </body>

-</html>

+</html>
\ No newline at end of file
diff --git a/xdocs/CodegenToolReference.html b/xdocs/CodegenToolReference.html
index 48bf01a..290cd3e 100644
--- a/xdocs/CodegenToolReference.html
+++ b/xdocs/CodegenToolReference.html
@@ -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>

diff --git a/xdocs/ServiceArchiveToolReference.html b/xdocs/ServiceArchiveToolReference.html
index 1aceafc..0f2f2b3 100644
--- a/xdocs/ServiceArchiveToolReference.html
+++ b/xdocs/ServiceArchiveToolReference.html
@@ -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>