You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/11/27 20:00:22 UTC

svn commit: r1039720 - in /axis/axis2/java/core/trunk/src/site/xdoc: ./ docs/ docs/adb/ tools/ tools/maven-plugins/

Author: veithen
Date: Sat Nov 27 19:00:22 2010
New Revision: 1039720

URL: http://svn.apache.org/viewvc?rev=1039720&view=rev
Log:
Removing HTML style attributes from tables appearing in Xdoc documents.

Reason: in older versions of the maven-site-plugin, these attributes were simply ignored and had no effect. After upgrading to 2.1.1, they are copied to the XHTML output and thus override the styles defined in the common stylesheet. This is of course unwanted, because it reduces the visual consistency of the site.

Modified:
    axis/axis2/java/core/trunk/src/site/xdoc/docs/Axis2ArchitectureGuide.xml
    axis/axis2/java/core/trunk/src/site/xdoc/docs/adb/adb-codegen-integration.xml
    axis/axis2/java/core/trunk/src/site/xdoc/docs/adb/adb-howto.xml
    axis/axis2/java/core/trunk/src/site/xdoc/docs/adv-userguide.xml
    axis/axis2/java/core/trunk/src/site/xdoc/docs/corba-deployer.xml
    axis/axis2/java/core/trunk/src/site/xdoc/docs/dii.xml
    axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm
    axis/axis2/java/core/trunk/src/site/xdoc/maven-help.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/CodegenToolReference.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml.vm
    axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-aar-plugin.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-java2wsdl-plugin.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/Axis2ArchitectureGuide.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/Axis2ArchitectureGuide.xml?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/Axis2ArchitectureGuide.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/Axis2ArchitectureGuide.xml Sat Nov 27 19:00:22 2010
@@ -295,7 +295,7 @@ could be the <em>Achilles heel</em> for 
 searches are expensive, especially for parameters that turn out not
 to exist. Yet in the final analysis, the Axis Team believes that
 this flexibility serves developers better overall.</p>
-<table width="955" border="1" cellpadding="2" cellspacing="3">
+<table width="955">
 <col width="112" />
 <col width="371" />
 <col width="103" />

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/adb/adb-codegen-integration.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/adb/adb-codegen-integration.xml?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/adb/adb-codegen-integration.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/adb/adb-codegen-integration.xml Sat Nov 27 19:00:22 2010
@@ -51,7 +51,7 @@ CompilerOptions, depending on the user's
 table summarizes the use of options. Please refer to the <a href=
 "adb-howto.html" target="_blank">ADB-How to document</a> for the
 different generation modes and their descriptions.</p>
-<table border="1">
+<table>
 <tbody>
 <tr>
 <td><strong>User parameters</strong></td>
@@ -73,7 +73,7 @@ different generation modes and their des
 </table>
 <p>The following parameters (prefixed with -E) can be used to
 override these settings manually:</p>
-<table border="1">
+<table>
 <tbody>
 <tr>
 <td><strong>Parameter Name</strong></td>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/adb/adb-howto.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/adb/adb-howto.xml?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/adb/adb-howto.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/adb/adb-howto.xml Sat Nov 27 19:00:22 2010
@@ -206,7 +206,7 @@ applies regardless of the mode. Switchin
 by passing the correct options via the CompilerOptions object. The
 following table lists the options and the effects of using
 them.</p>
-<table border="1" summary="Options and descriptions">
+<table summary="Options and descriptions">
 <tbody>
 <tr>
 <td><strong>Field Name in Options</strong></td>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/adv-userguide.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/adv-userguide.xml?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/adv-userguide.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/adv-userguide.xml Sat Nov 27 19:00:22 2010
@@ -381,7 +381,7 @@ respective scope. Please refer to <a hre
 architecture guide</a> for detailed explanation. The following table explains
 the semantics of scope, and how to engage modules in those scopes.</p>
 
-<table border="1">
+<table>
   <tbody>
     <tr>
       <th>Scope</th>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/corba-deployer.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/corba-deployer.xml?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/corba-deployer.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/corba-deployer.xml Sat Nov 27 19:00:22 2010
@@ -212,7 +212,7 @@ Start the Axis2 server. The EPR of the n
 The service definition file (eg. calculator.xml) supports the following parameters.
 <br />
 
-<table border="1">
+<table>
 <tr>
 <th>Parameter Name</th>
 <th>Description</th>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/dii.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/dii.xml?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/dii.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/dii.xml Sat Nov 27 19:00:22 2010
@@ -84,7 +84,7 @@ Asynchrony</strong>, we can obtain four 
 services as shown in the following table.</p>
 <a name="table1"></a>
 
-<table width="100%" border="1" cellpadding="0" cellspacing="0">
+<table>
   <tbody>
     <tr>
       <td width="33%" height="19"><p><strong>API

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm Sat Nov 27 19:00:22 2010
@@ -113,7 +113,7 @@ binary distribution is available in the 
 Download</a> Source Distribution</p>
 <a name="requirements" id="requirements"></a>
 <h2>System Requirements</h2>
-<table border="2">
+<table>
 <tbody>
 <tr>
 <td>Java Development Kit (JDK)</td>
@@ -212,7 +212,7 @@ in a servlet container.</p>
 <h3>4. Getting Familiar with the Convenient Axis2 Scripts</h3>
 <p>It is advised to add the AXIS2_HOME/bin to the PATH, so that
 you'll be able to run the following scripts from anywhere.</p>
-<table border="1">
+<table>
 <tbody>
 <tr>
 <td><b>Script Name</b></td>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/maven-help.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/maven-help.xml?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/maven-help.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/maven-help.xml Sat Nov 27 19:00:22 2010
@@ -37,7 +37,7 @@
             guide on how to use Maven with our project.
         </p>
         <h2 align="left">Commands</h2>
-        <table border="1" align="center">
+        <table>
             <tbody>
                 <tr>
                     <th scope="col">
@@ -151,7 +151,7 @@
             builds
             axis2-aar-maven-plugin and axis2-mar-maven-plugin before it runs the main build.
         </p>
-        <table border="1" align="center">
+        <table>
             <tbody>
                 <tr>
                     <th scope="col">

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/CodegenToolReference.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/CodegenToolReference.xml?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/CodegenToolReference.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/CodegenToolReference.xml Sat Nov 27 19:00:22 2010
@@ -73,8 +73,7 @@ tool, this section will be of value.</p>
 <h3>Option Reference</h3>
 <p>Usage WSDL2Code &lt;option_reference&gt;</p>
 <p><b>E.g. :- WSDL2Code -uri &lt;Location of WSDL&gt;</b></p>
-<table border="1" cellpadding="0" cellspacing="0" style=
-"border-collapse: collapse" width="100%" id="AutoNumber1">
+<table>
 <tbody>
 <tr>
 <td width="20%"><strong>Short Option</strong></td>
@@ -307,8 +306,7 @@ task is implemented by the org.apache.ax
 class. Following are the ant task attributes.</p>
 <a name="antref" id="antref"></a>
 <h3>Ant Task Reference</h3>
-<table border="1" cellpadding="0" cellspacing="0" style=
-"border-collapse: collapse" width="100%" id="AutoNumber2">
+<table>
 <tbody>
 <tr>
 <td>wsdlfilename</td>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml.vm
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml.vm?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml.vm (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml.vm Sat Nov 27 19:00:22 2010
@@ -28,7 +28,7 @@
 		<p>Axis2 is bundled with a set of tools in order to make users'
 life easier. This page is maintained to keep track of the tools
 supported by Axis2.</p>
-		<table border="2">
+		<table>
 			<tbody>
 				<tr>
 					<th scope="col">Name</th>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-aar-plugin.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-aar-plugin.xml?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-aar-plugin.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-aar-plugin.xml Sat Nov 27 19:00:22 2010
@@ -48,7 +48,7 @@ mvn axis2-aar:exploded
 <h2>Configuration</h2>
 <p>All AAR plugin goals takes the following configuration
 parameters as input:</p>
-<table border="2">
+<table>
 <tbody>
 <tr>
 <td><strong>Parameter Name</strong></td>
@@ -94,7 +94,7 @@ processing is required</td>
 </table>
 <h3>The aar Goal</h3>
 <p>The aar goal allows the following additional parameters:</p>
-<table border="2">
+<table>
 <tbody>
 <tr>
 <td><strong>Parameter Name</strong></td>
@@ -164,7 +164,7 @@ src/aar/files shall be added to the AAR 
 into META-INF/docs, all other files to META-INF/etc.</p>
 <p>A file set is configured through the following configuration
 parameters:</p>
-<table border="2">
+<table>
 <tbody>
 <tr>
 <td><strong>Parameter Name</strong></td>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-java2wsdl-plugin.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-java2wsdl-plugin.xml?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-java2wsdl-plugin.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-java2wsdl-plugin.xml Sat Nov 27 19:00:22 2010
@@ -82,7 +82,7 @@ parameters can be set from the command l
 For example, the parameter "className" may be set using the
 property "axis2.java2wsdl.className". If the parameter isn't set
 via property or in the POM, then a default value applies.</p>
-<table border="2">
+<table>
 <tbody>
 <tr>
 <td><strong>Parameter name</strong></td>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml?rev=1039720&r1=1039719&r2=1039720&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml Sat Nov 27 19:00:22 2010
@@ -94,7 +94,7 @@ For example, the parameter "generateServ
 the property "axis2.wsdl2code.generateServerSide". If the parameter
 isn't set via property or in the POM, then a default value
 applies.</p>
-<table border="2">
+<table>
 <tbody>
 <tr align="center">
 <td><strong>Parameter Name</strong></td>