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 ru...@apache.org on 2005/09/23 14:21:31 UTC

svn commit: r291108 - in /webservices/axis2/trunk/java: etc/project.properties maven.xml xdocs/security-module.html xdocs/userguide.html

Author: ruchithf
Date: Fri Sep 23 05:21:23 2005
New Revision: 291108

URL: http://svn.apache.org/viewcvs?rev=291108&view=rev
Log:
Updated maven.xml to include javadocs of addressing, saaj, security and databinding modules, fixed the links in the userguide.html, switch to xmlbeans-2.0.0 and some cosmetic changes to security-module.html

Modified:
    webservices/axis2/trunk/java/etc/project.properties
    webservices/axis2/trunk/java/maven.xml
    webservices/axis2/trunk/java/xdocs/security-module.html
    webservices/axis2/trunk/java/xdocs/userguide.html

Modified: webservices/axis2/trunk/java/etc/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/etc/project.properties?rev=291108&r1=291107&r2=291108&view=diff
==============================================================================
--- webservices/axis2/trunk/java/etc/project.properties (original)
+++ webservices/axis2/trunk/java/etc/project.properties Fri Sep 23 05:21:23 2005
@@ -75,8 +75,8 @@
 stax.api.version=1.0
 wss4j.version=SNAPSHOT
 xalan.version=2.6.0
-xbean.version=2.0.0-beta1
+xbean.version=2.0.0
 xerces.version=2.6.2
 XmlSchema.version=SNAPSHOT
 xmlsec.version=1.2.1
-xmlunit.version=1.0
\ No newline at end of file
+xmlunit.version=1.0

Modified: webservices/axis2/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/maven.xml?rev=291108&r1=291107&r2=291108&view=diff
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Fri Sep 23 05:21:23 2005
@@ -486,6 +486,10 @@
                 <ant:pathelement location="modules/core/src"/>
                 <ant:pathelement location="modules/wsdl/src"/>
                 <ant:pathelement location="modules/xml/src"/>
+                <ant:pathelement location="modules/addressing/src"/>
+                <ant:pathelement location="modules/saaj/src"/>
+                <ant:pathelement location="modules/security/src"/>
+                <ant:pathelement location="modules/databinding/src"/>
             </ant:sourcepath>
         </ant:javadoc>
     </goal>

Modified: webservices/axis2/trunk/java/xdocs/security-module.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/security-module.html?rev=291108&r1=291107&r2=291108&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/security-module.html (original)
+++ webservices/axis2/trunk/java/xdocs/security-module.html Fri Sep 23 05:21:23 2005
@@ -38,7 +38,7 @@
 <td><b>Example</b></td>
 </tr>
 <tr>
-<td colspan="3"><br><i>Inflow parameters</i></td>
+<td colspan="3"><br><i><b>Inflow parameters</b></i></td>
 </tr>
 <tr>
 <td>InAction</td>
@@ -61,7 +61,7 @@
 </tr>
 
 <tr>
-<td colspan="3"><br><i>Outflow parameters</i></td>
+<td colspan="3"><br><i><b>Outflow parameters</b></i></td>
 </tr>
 <tr>
 <td>OutAction</td>

Modified: webservices/axis2/trunk/java/xdocs/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/userguide.html?rev=291108&r1=291107&r2=291108&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/userguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/userguide.html Fri Sep 23 05:21:23 2005
@@ -13,21 +13,21 @@
 
 <h2>Contents</h2>
 <ul>
-  <li><p><a href="#bmIntro">Introduction</a></p>
+  <li><p><a href="#Introduction">Introduction</a></p>
   </li>
-  <li><p><a href="#bmWhatIs">What is Axis 2.0 ?</a></p>
+  <li><p><a href="#What_is_Axis_2_0__">What is Axis 2.0 ?</a></p>
   </li>
-  <li><p><a href="#bmWS">Web Services Using Axis2</a></p>
+  <li><p><a href="#Web_Services_Using_Axis2">Web Services Using Axis2</a></p>
   </li>
-  <li><p><a href="#bmWSC">Web Service Clients Using Axis2</a></p>
+  <li><p><a href="#Web_Service_Clients_Using_Axis2">Web Service Clients Using Axis2</a></p>
   </li>
-  <li><p><a href="#bmModules">Modules</a></p>
+  <li><p><a href="#Modules">Modules</a></p>
   </li>
-  <li><p><a href="#bmOther">Other Samples</a></p>
+  <li><p><a href="#Other_Samples">Other Samples</a></p>
   </li>
-  <li><p><a href="#bmTools">Tools</a></p>
+  <li><p><a href="#Tools">Tools</a></p>
   </li>
-  <li><p><a href="#bmAdvance">Advance Topics</a></p>
+  <li><p><a href="#Advanced_Topics">Advanced Topics</a></p>
   </li>
 </ul>
 
@@ -35,7 +35,7 @@
 <br>
 </p>
 
-<h2><a name="_Toc96698076"></a><a name="bmIntro"></a>Introduction</h2>
+<h2><a name="_Toc96698076"></a><a name="Introduction"></a>Introduction</h2>
 
 <p>Welcome to Axis 2.0, the next generation of Apache Axis !!! This User
 Guide will help you to understand what you will get from Axis 2.0 and how to
@@ -54,7 +54,7 @@
   </li>
 </ul>
 
-<h2><a name="_Toc96698077"></a><a name="bmWhatIs"></a>What is Axis 2.0 ?</h2>
+<h2><a name="_Toc96698077"></a><a name="What_is_Axis_2_0__"></a>What is Axis 2.0 ?</h2>
 
 <p>Axis 2.0 is the next generation of Apache Axis. In late August 2004,
 during the Axis Summit held in Colombo, Sri Lanka, a new architecture was
@@ -241,7 +241,7 @@
 directory in your machine and for the explanations purposes we will name this
 directory as "Axis2Home".</p>
 
-<h2><a name="bmWS"></a>Web Services Using Axis2</h2>
+<h2><a name="Web_Services_Using_Axis2"></a>Web Services Using Axis2</h2>
 
 <p>Before starting, please check whether you have deployed the "axis2.war" in
 your servlet container and it is working properly. (See <a
@@ -585,7 +585,7 @@
 Web Services using, index.jsp. (See the installation guide for more
 information on this)</p>
 
-<h2><a name="bmWSC"></a>Web Service Clients Using Axis2</h2>
+<h2><a name="Web_Service_Clients_Using_Axis2"></a>Web Service Clients Using Axis2</h2>
 
 <p>Web services can be used to provide wide range of functionality to the
 users ranging from simple less time consuming  operations such as
@@ -1034,7 +1034,7 @@
     e.printStackTrace();
 }</pre>
 
-<h2><a name="bmModules"></a>Modules</h2>
+<h2><a name="Modules"></a>Modules</h2>
 
 <p>Axis2 provides an extended support for modules (See <a
 href="file:///G:/Documents and Settings/Jaliya/Desktop/Axis2ArchitectureGuide.html">Architecture
@@ -1289,7 +1289,7 @@
 
 <h2> </h2>
 
-<h2><a name="bmOther"></a>Other Samples</h2>
+<h2><a name="Other_Samples"></a>Other Samples</h2>
 
 <p>To show the power and usage of Axis2, three standard samples are shipped
 with the binary distribution. These are meant to interact with outside web
@@ -1343,7 +1343,7 @@
 shell scripts (or the batch files) then the AXIS_HOME environment need to be
 set.( the "guessed" AXIS_HOME would not be correct in this case)</p>
 
-<h2><a name="bmTools"></a>Tools</h2>
+<h2><a name="Tools"></a>Tools</h2>
 
 <p>Axis2 is shipped with two standard tools. Both the tools are Eclipse
 plug-ins, the Codegen tool even has the accompanying Ant task and the command
@@ -1355,7 +1355,7 @@
 
 <p> </p>
 
-<h2><a name="bmAdvance"></a>Advanced Topics</h2>
+<h2><a name="Advanced_Topics"></a>Advanced Topics</h2>
 <ul>
   <li><p style="margin-bottom: 0in"><a href="rest-ws.html">RESTful Web
     Services</a></p>