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 di...@apache.org on 2006/05/06 07:01:50 UTC

svn commit: r400238 - in /webservices/axis/trunk/site/src/java/src/documentation: content/xdocs/ content/xdocs/java/ resources/images/

Author: dims
Date: Fri May  5 22:01:48 2006
New Revision: 400238

URL: http://svn.apache.org/viewcvs?rev=400238&view=rev
Log:
clean up cvs info and add 1.4 info


Added:
    webservices/axis/trunk/site/src/java/src/documentation/resources/images/spacer.gif   (with props)
Modified:
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/bugs.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/cvs.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/docs.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/faq.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/howtobuild.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/index.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/interim.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/building-axis.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/index.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/soapmonitor-user-guide.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/news.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/overview.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/ref.xml
    webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/site.xml

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/bugs.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/bugs.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/bugs.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/bugs.xml Fri May  5 22:01:48 2006
@@ -19,7 +19,7 @@
 
   <li>To avoid duplicate bug reports, please query JIRA to see whether the bug has already been reported (and perhaps fixed).</li>
 
-  <li>If you can't find your bug in the database, it would help if you could check out Axis from CVS, and build it locally to verify that the bug still exists.</li>
+  <li>If you can't find your bug in the database, it would help if you could check out Axis from SVN, and build it locally to verify that the bug still exists.</li>
 
   <li>If you have found a new bug, please enter an Axis bug report in JIRA. Remember to include the following information:
 

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/cvs.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/cvs.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/cvs.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/cvs.xml Fri May  5 22:01:48 2006
@@ -6,44 +6,40 @@
   </header>
   <body>
 
-<a name="CVSRepositories"/>
+<a name="SVNRepositories"/>
 <section>
-<title>WebServices - Axis - CVS Repositories</title>
+<title>WebServices - Axis - SVN Repositories</title>
 
-<p>Most users of the source code probably don't need to have day to day access to the source code as it changes. For these users we provide easy to unpack source code downloads via our <a href="releases.html">download pages</a>.</p>
+<p>Most users of the source code probably don't need to have day to day access to the source code as it changes. For these users we provide easy to unpack source code downloads via our <a href="http://ws.apache.org/axis/java/releases.html">download pages</a>.</p>
 
 <p><b>View the Source Tree</b></p>
 
-<p>Latest CVS sources can be viewed at <a href="http://cvs.apache.org/viewcvs/ws-axis/">http://cvs.apache.org/viewcvs/ws-axis/</a></p>
+<p>Latest SVN sources can be viewed at <a href="http://svn.apache.org/viewcvs/webservices/axis/trunk/java/">http://svn.apache.org/viewcvs/webservices/axis/trunk/java/</a></p>
 
-<p><b>Access the Source Tree (AnonCVS)</b></p>
+<p><b>Access the Source Tree </b></p>
 
-<p>So, you've decided that you need access to the source tree to see the latest and greatest code. There's two different forms of CVS access. The first is anonymous and anybody can use it. The second is not and you must have a login to the development server. If you don't know what this means, join the <a href="mail.html">mailing list</a> and find out.</p>
+<p>So, you've decided that you need access to the source tree to see the latest and greatest code. There's two different forms of SVN access. The first is anonymous and anybody can use it. The second is not and you must have a login to the development server. If you don't know what this means, join the <a href="mail.html">mailing list</a> and find out.</p>
 
-<p>Anyone can checkout source code from our anonymous CVS server. To do so, simply use the following commands (if you are using a GUI CVS client, configure it appropriately):</p>
+<p>Anyone can checkout source code from our SVN server. To do so, simply use the following commands (if you are using a GUI SVN client, configure it appropriately):</p>
 
 <blockquote>
   <table width="90%">
     <tr bgcolor="#F2C0F6">
       <td>
-        <source>cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
-password: anoncvs
-
-cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout ws-axis</source>
+        <source>svn co http://svn.apache.org/repos/asf/webservices/axis/trunk/java axis</source>
       </td>
     </tr>
   </table>
 </blockquote>
 
-<p><b>Full Remote CVS Access</b></p>
+<p><b>Full Remote SVN Access</b></p>
 
 <p>If you are a <i>Committer</i> and have a login on the Apache development server, this section is for you. If you are not a Committer, but you want to submit patches or even request commit privileges, please see the <a href="http://jakarta.apache.org/site/guidelines.html">Jakarta GuideLines</a> page (we follow the same rules) for more information.</p>
 
-<p>To have full access to the CVS server, you need to follow the links depending on the operating system you are using:</p>
+<p>Please browse the relevant pages on our Infrastructure site:</p>
 
 <ul>
-  <li><a href="http://jakarta.apache.org/site/cvsonunix.html">Unix</a></li>
-  <li><a href="http://jakarta.apache.org/site/cvsonwin32.html">Windows</a></li>
+  <li><a href="http://www.apache.org/dev/#svn">http://www.apache.org/dev/#svn</a></li>
 </ul>
 
 </section>

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/docs.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/docs.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/docs.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/docs.xml Fri May  5 22:01:48 2006
@@ -13,7 +13,6 @@
 <p>Misc notes and docs that might be of interest...</p>
 
 <ul>
-  <li><a href="http://cvs.apache.org/viewcvs/~checkout~/ws-axis/java/docs/requirements.html?content-type=text/html">Current list of requirements</a></li>
   <li> Notes from the 1st Face-2-Face</li>
   <li><a href="docs/F2F-2.html">Notes from the 2nd Face-2-Face</a></li>
   <li><a href="docs/ms-interop.html">Notes from the Interop meeting with Microsoft</a></li>

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/faq.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/faq.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/faq.xml Fri May  5 22:01:48 2006
@@ -101,9 +101,6 @@
 <link href="http://www.apache.org/~rubys/ApacheClientInterop.html">Sam Ruby's
 Axis/SOAP interop page</link></li>
 
-<li>
-<link href="http://cvs.apache.org/viewcvs/~checkout~/ws-axis/java/docs/requirements.html?content-type=text/html">The
-requirements &amp; status page.</link></li>
 </ul>
 </blockquote>
 <a name="faq5"></a><i>Why do some classes fail to load under Tomcat?</i>

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/howtobuild.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/howtobuild.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/howtobuild.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/howtobuild.xml Fri May  5 22:01:48 2006
@@ -25,8 +25,8 @@
 <section>
 <title>Checking out ws-axis and ws-site module</title>
 
-<p>Check out <b>'ws-axis/site/src'</b> and <b>'ws-site/target/axis'</b> module via your favorite CVS tools.<br/>
-Please follow the guildeline written <a href="site:cvs">here</a>.</p>
+<p>Check out <b>'http://svn.apache.org/repos/asf/webservices/axis/trunk/site/src/java'</b> and <b>'http://svn.apache.org/repos/asf/webservices/axis/site'</b> module via your favorite SVN tools.<br/>
+Please follow the guideline written <a href="site:cvs">here</a>.</p>
 
 </section>
 

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/index.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/index.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/index.xml Fri May  5 22:01:48 2006
@@ -10,6 +10,7 @@
 <section>
 <title>News</title>
 
+<p>NEWS (April 22, 2006): Axis <a href="http://www.apache.org/dyn/closer.cgi/ws/axis/1_4">1.4 Final</a> is now available!</p>
 <p>NEWS (October 5, 2005): Axis <a href="http://www.apache.org/dyn/closer.cgi/ws/axis/1_3">1.3 Final</a> is now available!</p>
 <p>NEWS (June 15, 2005): Axis <a href="http://www.apache.org/dyn/closer.cgi/ws/axis/1_2_1">1.2.1 Final</a> is now available!</p>
 <p>NEWS (May 04, 2005): Axis <a href="http://www.apache.org/dyn/closer.cgi/ws/axis/1_2">1.2 Final</a> is now available!</p>
@@ -65,7 +66,6 @@
   <ul>
     <li><a href="http://ws.apache.org/axis/bugs.html">How do I report bugs?</a></li>
     <li><a href="http://wiki.apache.org/ws/SubmitPatches">How do I submit patches to Axis?</a></li>
-    <li><a href="http://cvs.apache.org/snapshots/ws-axis/">Where can I get snapshots of the latest code in CVS?</a></li> 
   </ul>
 </p>
 

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/interim.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/interim.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/interim.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/interim.xml Fri May  5 22:01:48 2006
@@ -11,12 +11,8 @@
 <section>
 <title>Interim</title>
 
-<p>Nightly builds are done of the current source in the CVS repository.  The source and binaries from these builds are available at:
+<p>Nightly builds are done of the current source in the SVN repository.  The source and binaries from these builds are available at:
 <blockquote><a href="http://cvs.apache.org/dist/axis/nightly">http://cvs.apache.org/dist/axis/nightly</a></blockquote>
-</p>
-
-<p>Nightly snapshots of the current CVS source tree are available at:
-<blockquote><a href="http://cvs.apache.org/snapshots/ws-axis/">http://cvs.apache.org/snapshots/ws-axis/</a></blockquote>
 </p>
 
 </section>

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/building-axis.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/building-axis.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/building-axis.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/building-axis.xml Fri May  5 22:01:48 2006
@@ -56,7 +56,7 @@
 <title>Building without Any Optional Components</title>
 
 <ol>
-  <li>Download the xml-axis project from cvs. (http://ws.apache.org/axis/cvs.html)</li>
+  <li>Download the axis project from SVN. (http://ws.apache.org/axis/cvs.html)</li>
 
   <li>Download activation.jar to $(axis.home)/java/lib.<br/>
 You can download this from <a href="http://java.sun.com/products/javabeans/glasgow/jaf.html">http://java.sun.com/products/javabeans/glasgow/jaf.html</a><br/>

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/index.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/index.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/index.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/index.xml Fri May  5 22:01:48 2006
@@ -33,7 +33,7 @@
 <title>Documentation for Axis Developers</title>
 
 <ul>
-  <li><a href="apiDocs/index.html">API Documentation</a></li>
+  <li><a href="http://ws.apache.org/axis/java/apiDocs/index.html">API Documentation</a></li>
   <li><a href="building-axis.html">Building Axis</a> - Guidelines for building Axis with/without optional components.</li>
   <li><a href="developers-guide.html">Developer's Guide</a> - Collection of guidelines for developing code in Axis.</li>
   <li><a href="integration-guide.html">Integration Guide</a> - Description of APIs and development direction to allow integration into an existing web application server.</li>

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/releases.xml Fri May  5 22:01:48 2006
@@ -19,6 +19,11 @@
     <td><b>Description</b></td>
   </tr>
   <tr>
+    <td><a href="http://www.apache.org/dyn/closer.cgi/ws/axis/1_4/">1.4</a></td>
+    <td>April 22, 2006</td>
+    <td>Final Version 1.4</td>
+  </tr>
+  <tr>
     <td><a href="http://www.apache.org/dyn/closer.cgi/ws/axis/1_3/">1.3</a></td>
     <td>October 5, 2005</td>
     <td>Final Version 1.3</td>

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/soapmonitor-user-guide.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/soapmonitor-user-guide.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/soapmonitor-user-guide.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/soapmonitor-user-guide.xml Fri May  5 22:01:48 2006
@@ -6,7 +6,6 @@
   </header>
   <body>
 
-<a href="SOAPMonitorUsersGuide"/>
 <section>
 <title>SOAPMonitor User's Guide</title>
 

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/news.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/news.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/news.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/news.xml Fri May  5 22:01:48 2006
@@ -10,6 +10,8 @@
 <section>
 <title>News</title>
 
+<p>(April 22, 2006) : Axis <a href="http://www.apache.org/dyn/closer.cgi/ws/axis/1_4/">1.4 Final release</a> is available!</p>
+<p>(October 5, 2006) : Axis <a href="http://www.apache.org/dyn/closer.cgi/ws/axis/1_3/">1.3 Final release</a> is available!</p>
 <p>(June 15, 2005) : Axis <a href="http://www.apache.org/dyn/closer.cgi/ws/axis/1_2_1/">1.2.1 Final release</a> is available!</p>
 <p>(May 04, 2005) : Axis <a href="http://www.apache.org/dyn/closer.cgi/ws/axis/1_2/">1.2 Final release</a> is available!</p>
 <p>(April 09, 2005) : Axis C++<a href="http://www.apache.org/dist/ws/axis-c/">1.5  Final is available!</a></p>

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/overview.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/overview.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/overview.xml Fri May  5 22:01:48 2006
@@ -19,7 +19,7 @@
 <p>Using the products,reporting bugs, making feature requests, etc. is by far the most important role. It's your feedback that allows the technology to evolve.
   <ul>
     <li><a href="mail.html">Join Mailing Lists</a></li>
-    <li><a href="releases.html">Download Binary Builds</a></li>
+    <li><a href="http://ws.apache.org/axis/java/releases.html">Download Binary Builds</a></li>
     <li><a href="bugs.html">Report bugs/Request additional features</a></li>
   </ul>
 </p>
@@ -30,8 +30,7 @@
   <ul>
     <li><a href="mailguide.html">Read Guidelines</a></li>
     <li><a href="ref.html">Review Reference Library</a></li>
-    <li><a href="http://cvs.apache.org/viewcvs/ws-axis/">Download the Source Code</a></li>
-    <li><a href="cvs.html">Access CVS Repository</a></li>
+    <li><a href="cvs.html">Access SVN Repository</a></li>
   </ul>
 </p>
 

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/ref.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/ref.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/ref.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/ref.xml Fri May  5 22:01:48 2006
@@ -46,16 +46,6 @@
 
 <p><b><a href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">The Java Code Conventions</a></b><br/>
   This Sun document specifies the de-facto standard way of formatting Java code. All code written for this project must follow these conventions.</p>
-
-<p><b><a href="http://cvsbook.red-bean.com/">Open Source Development with CVS</a></b><br/>
-  Written by Karl Fogel, this is an online version of many of the primary chapters from the dead-tree version of his book.</p>
-
-<p><b><a href="http://www.cvshome.org/docs/blandy.html">Introduction to CVS</a></b><br/>
-  Written by Jim Blandy, this brief introduction gives a first look into CVS. If you have never used CVS before, you'll want to start here.</p>
-
-<p><b><a href="https://www.cvshome.org/docs/manual/">Version Management with CVS</a></b><br/>
-  Written by Per Cederqvist et al, this is the main manual for CVS. It provides details on all documented CVS features.</p>
-
 </section>
 
   </body>

Modified: webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/site.xml?rev=400238&r1=400237&r2=400238&view=diff
==============================================================================
--- webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/site.xml (original)
+++ webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/site.xml Fri May  5 22:01:48 2006
@@ -22,7 +22,7 @@
  <wiki label="FAQ/Wiki" href="http://wiki.apache.org/ws/FrontPage/Axis"/>
  <getinvolved label="Get Involved">
   <overview label="Overview" href="overview.html"/>
-  <cvs label="CVS Repository" href="cvs.html"/>
+  <cvs label="SVN Repository" href="cvs.html"/>
   <mailinglist label="Mailing Lists" href="mail.html"/>
   <library label="Reference Library" href="ref.html" target="body"/>
   <bugs label="Bugs" href="bugs.html"/>
@@ -42,11 +42,11 @@
   <requirements label="Requirements" href="java/requirements.html"/>
  </axisjava>
  <axiscpp label="Axis C++">
-  <axisc label="Home" href="cpp/index.html"/>
-  <documentation label="Documentation" href="cpp/documentation.html"/>
-  <download label="Download" href="cpp/download.html"/>
+  <axisc label="Home" href="http://ws.apache.org/axis/cpp/index.html"/>
+  <documentation label="Documentation" href="http://ws.apache.org/axis/cpp/documentation.html"/>
+  <download label="Download" href="http://ws.apache.org/axis/cpp/download.html"/>
   <wiki label="Wiki Pages" href="http://wiki.apache.org/ws/FrontPage/AxisCPP"/>
-  <who label="Who we are" href="cpp/who.html"/>
+  <who label="Who we are" href="http://ws.apache.org/axis/cpp/who.html"/>
  </axiscpp>
 <downloads label="Downloads">
   <interim label="Interim Drops" href="interim.html"/>
@@ -58,7 +58,6 @@
 <related label="Related Projects">
   <wsif label="WSIF" href="http://ws.apache.org/wsif/"/>
   <juddi label="jUDDI" href="http://ws.apache.org/juddi/"/>
-  <wsil label="WSIL" href="http://cvs.apache.org/viewcvs/*checkout*/ws-wsil/java/README.htm"/>
   <wsdl4j label="WSDL4J" href="http://wsdl4j.sourceforge.net"/>
   <uddi4j label="UDDI4J" href="http://www.uddi4j.org/"/>
 </related>

Added: webservices/axis/trunk/site/src/java/src/documentation/resources/images/spacer.gif
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/src/java/src/documentation/resources/images/spacer.gif?rev=400238&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis/trunk/site/src/java/src/documentation/resources/images/spacer.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream