You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/10 15:38:47 UTC

[commons-numbers] 02/02: Remove trailing whitespace from xml.

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit e0c7f539db9c77dc044b271a6273b892e07c5434
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun Nov 10 15:38:41 2019 +0000

    Remove trailing whitespace from xml.
---
 commons-numbers-angle/src/site/xdoc/index.xml      |  2 +-
 commons-numbers-arrays/src/site/xdoc/index.xml     |  2 +-
 .../src/site/xdoc/index.xml                        |  2 +-
 .../src/site/xdoc/index.xml                        |  2 +-
 commons-numbers-complex/src/site/xdoc/index.xml    |  2 +-
 commons-numbers-core/src/site/xdoc/index.xml       |  2 +-
 commons-numbers-fraction/src/site/xdoc/index.xml   |  2 +-
 commons-numbers-gamma/src/site/xdoc/index.xml      |  2 +-
 src/changes/changes.xml                            |  2 +-
 src/main/resources/checkstyle/checkstyle.xml       |  2 +-
 src/main/resources/pmd/pmd-ruleset.xml             |  8 +++----
 src/site/site.xml                                  |  2 +-
 src/site/xdoc/developers.xml                       | 26 +++++++++++-----------
 src/site/xdoc/index.xml                            |  2 +-
 src/site/xdoc/userguide/core.xml                   |  4 ++--
 src/site/xdoc/userguide/index.xml                  |  4 ++--
 16 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/commons-numbers-angle/src/site/xdoc/index.xml b/commons-numbers-angle/src/site/xdoc/index.xml
index aa5f37d..4104d84 100644
--- a/commons-numbers-angle/src/site/xdoc/index.xml
+++ b/commons-numbers-angle/src/site/xdoc/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
 
   <properties>
diff --git a/commons-numbers-arrays/src/site/xdoc/index.xml b/commons-numbers-arrays/src/site/xdoc/index.xml
index e2e9482..d672fce 100644
--- a/commons-numbers-arrays/src/site/xdoc/index.xml
+++ b/commons-numbers-arrays/src/site/xdoc/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
 
   <properties>
diff --git a/commons-numbers-combinatorics/src/site/xdoc/index.xml b/commons-numbers-combinatorics/src/site/xdoc/index.xml
index e9c5c66..6bb53e6 100644
--- a/commons-numbers-combinatorics/src/site/xdoc/index.xml
+++ b/commons-numbers-combinatorics/src/site/xdoc/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
 
   <properties>
diff --git a/commons-numbers-complex-streams/src/site/xdoc/index.xml b/commons-numbers-complex-streams/src/site/xdoc/index.xml
index 83afc82..c295d95 100644
--- a/commons-numbers-complex-streams/src/site/xdoc/index.xml
+++ b/commons-numbers-complex-streams/src/site/xdoc/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
 
   <properties>
diff --git a/commons-numbers-complex/src/site/xdoc/index.xml b/commons-numbers-complex/src/site/xdoc/index.xml
index b2ad88a..7ff55c7 100644
--- a/commons-numbers-complex/src/site/xdoc/index.xml
+++ b/commons-numbers-complex/src/site/xdoc/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
 
   <properties>
diff --git a/commons-numbers-core/src/site/xdoc/index.xml b/commons-numbers-core/src/site/xdoc/index.xml
index 99c1ea9..a7270a6 100644
--- a/commons-numbers-core/src/site/xdoc/index.xml
+++ b/commons-numbers-core/src/site/xdoc/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
 
   <properties>
diff --git a/commons-numbers-fraction/src/site/xdoc/index.xml b/commons-numbers-fraction/src/site/xdoc/index.xml
index 471919c..8472205 100644
--- a/commons-numbers-fraction/src/site/xdoc/index.xml
+++ b/commons-numbers-fraction/src/site/xdoc/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
 
   <properties>
diff --git a/commons-numbers-gamma/src/site/xdoc/index.xml b/commons-numbers-gamma/src/site/xdoc/index.xml
index 2914ac5..9a67768 100644
--- a/commons-numbers-gamma/src/site/xdoc/index.xml
+++ b/commons-numbers-gamma/src/site/xdoc/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
 
   <properties>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e31103e..0937b05 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,7 +36,7 @@ The <action> type attribute can be add,update,fix,remove.
 -->
 
 <!-- NOTE:
-The description attribute entries below are specially formatted 
+The description attribute entries below are specially formatted
 so as to improve the layout of the generated text release notes.
 
 The parsing process removes all line feeds, replacing them with a single space.
diff --git a/src/main/resources/checkstyle/checkstyle.xml b/src/main/resources/checkstyle/checkstyle.xml
index 68f301e..2fb1cd6 100644
--- a/src/main/resources/checkstyle/checkstyle.xml
+++ b/src/main/resources/checkstyle/checkstyle.xml
@@ -21,7 +21,7 @@
           "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
           "https://checkstyle.org/dtds/configuration_1_3.dtd">
 
-<!-- 
+<!--
   Commons RNG customization of default Checkstyle behaviour:
   https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml
 -->
diff --git a/src/main/resources/pmd/pmd-ruleset.xml b/src/main/resources/pmd/pmd-ruleset.xml
index 1913f1c..b48a3b4 100644
--- a/src/main/resources/pmd/pmd-ruleset.xml
+++ b/src/main/resources/pmd/pmd-ruleset.xml
@@ -94,7 +94,7 @@
     <properties>
       <property name="violationSuppressXPath"
         value="//ClassOrInterfaceDeclaration[@Image='Complex'
-               or @Image='Fraction' 
+               or @Image='Fraction'
                or @Image='BigFraction']"/>
     </properties>
   </rule>
@@ -102,7 +102,7 @@
     <properties>
       <property name="violationSuppressXPath"
         value="//ClassOrInterfaceDeclaration[@Image='Complex'
-               or @Image='Fraction' 
+               or @Image='Fraction'
                or @Image='BigFraction']"/>
     </properties>
   </rule>
@@ -118,8 +118,8 @@
       <property name="ignoreMagicNumbers" value="-1,0,1" />
       <property name="violationSuppressXPath"
         value="//ClassOrInterfaceDeclaration[@Image='LogGamma'
-               or @Image='LogGammaSum' 
-               or @Image='InverseErf' 
+               or @Image='LogGammaSum'
+               or @Image='InverseErf'
                or @Image='InvGamma1pm1']"/>
     </properties>
   </rule>
diff --git a/src/site/site.xml b/src/site/site.xml
index 722e3df..13dc168 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -27,7 +27,7 @@
       <item name="Overview" href="/index.html"/>
       <item name="Downloads" href="http://commons.apache.org/numbers/download_numbers.cgi"/>
       <item name="Issue Tracking" href="/issue-tracking.html"/>
-      <item name="Source Repository (current)" 
+      <item name="Source Repository (current)"
          href="http://gitbox.apache.org/repos/asf/commons-numbers.git"/>
       <!-- <item name="Wiki"   -->
       <!--       href="http://wiki.apache.org/commons/Numbers"/> -->
diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml
index 2979568..9d0b77b 100644
--- a/src/site/xdoc/developers.xml
+++ b/src/site/xdoc/developers.xml
@@ -15,12 +15,12 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
   <properties>
     <title>Developers Guide</title>
   </properties>
-  
+
   <body>
 
     <section name="Aims">
@@ -30,7 +30,7 @@
         to ensure that the code they create can be successfully maintained by others.
       </p>
     </section>
-    
+
     <section name='Guidelines'>
       <p>
         Developers are asked to comply with the following development guidelines.
@@ -55,8 +55,8 @@
             </li>
             <li>
               Like most commons components, Commons Numbers uses Apache Maven as our
-              build tool. The sources can also be built using Ant (a working 
-              Ant build.xml is included in the top level project directory). 
+              build tool. The sources can also be built using Ant (a working
+              Ant build.xml is included in the top level project directory).
               To build Commons Numbers using Maven, you can follow the instructions for
               <a href="http://maven.apache.org/run-maven/index.html">Building a
               project with Maven</a>.
@@ -68,7 +68,7 @@
               Maven.
             </li>
             <li>
-              Be sure to join the commons-dev and commons-user 
+              Be sure to join the commons-dev and commons-user
               <a href="mail-lists.html">
                 email lists</a> and use them appropriately (make sure the string
                 "[Numbers]" starts the Subject line of all your postings).
@@ -79,11 +79,11 @@
                 Setup an account on JIRA
               </a>
               and use it to submit patches and
-              identify bugs. Read the 
+              identify bugs. Read the
               <a href="https://issues.apache.org/bugwritinghelp.html">
               directions</a>
               for submitting bugs and search the database to
-              determine if an issue exists or has already been dealt with.        
+              determine if an issue exists or has already been dealt with.
               <p>
                 See the <a href="http://commons.apache.org/numbers/issue-tracking.html">
                 Commons Numbers Issue Tracking Page</a>
@@ -105,7 +105,7 @@
         <p>
           Follow the steps below when making suggestions for additions or
           enhancements to Commons Numbers. This will make it easier for the community
-          to comment on your ideas and for the committers to keep track of them. 
+          to comment on your ideas and for the committers to keep track of them.
           Thanks in advance!
           <ol>
             <li>Start with a post to the commons-dev mailing list, with [Numbers] at
@@ -135,7 +135,7 @@
             ticket if a patch goes more than a few days with no comment or commit.
             </li>
           </ol>
-        </p>   
+        </p>
       </subsection>
 
       <subsection name='Coding Style'>
@@ -196,7 +196,7 @@
           </li>
           <li>
             Implementations <i>should</i> use standard algorithms and
-            references or full descriptions of all algorithms <i>should</i> be 
+            references or full descriptions of all algorithms <i>should</i> be
             provided.
           </li>
           <li>
@@ -241,7 +241,7 @@
             License in a comment that begins the file.
           </li>
           <li>
-            All contributions must comply with the terms of the Apache 
+            All contributions must comply with the terms of the Apache
             <a href="http://www.apache.org/licenses/cla.pdf">Contributor License
             Agreement (CLA)</a>.
           </li>
@@ -255,7 +255,7 @@
           <li>
             References to source materials covered by restrictive proprietary
             licenses should be avoided.  In particular, contributions should not
-            implement or include references to algorithms in 
+            implement or include references to algorithms in
             <a href="http://www.nr.com/">Numerical Recipes (NR)</a>.
             Any questions about copyright or patent issues should be raised on
             the commons-dev mailing list before contributing or committing code.
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 4d48668..c38ba35 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
 
  <properties>
diff --git a/src/site/xdoc/userguide/core.xml b/src/site/xdoc/userguide/core.xml
index 35a1356..8fa0362 100644
--- a/src/site/xdoc/userguide/core.xml
+++ b/src/site/xdoc/userguide/core.xml
@@ -16,13 +16,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <?xml-stylesheet type="text/xsl" href="./xdoc.xsl"?>
 <document>
   <properties>
     <title>User Guide - Module "core"</title>
   </properties>
-  
+
 <body>
 
 <section name="Core">
diff --git a/src/site/xdoc/userguide/index.xml b/src/site/xdoc/userguide/index.xml
index a4e6d47..d8e52c2 100644
--- a/src/site/xdoc/userguide/index.xml
+++ b/src/site/xdoc/userguide/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <?xml-stylesheet type="text/xsl" href="./xdoc.xsl"?>
 <document url="index.html">
   <properties>
@@ -25,7 +25,7 @@
 
   <body>
       <section name="Table of Contents" href="toc">
-          <ul>  
+          <ul>
               <li>
                   <a href="core.html">1. Core</a>
               </li>