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 2017/05/01 13:32:34 UTC

svn commit: r1793330 - /axis/axis2/java/core/branches/AXIS2-5785/modules/tool/axis2-xsd2java-maven-plugin/src/site/site.xml

Author: veithen
Date: Mon May  1 13:32:34 2017
New Revision: 1793330

URL: http://svn.apache.org/viewvc?rev=1793330&view=rev
Log:
Normalize whitespace.

Modified:
    axis/axis2/java/core/branches/AXIS2-5785/modules/tool/axis2-xsd2java-maven-plugin/src/site/site.xml

Modified: axis/axis2/java/core/branches/AXIS2-5785/modules/tool/axis2-xsd2java-maven-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/AXIS2-5785/modules/tool/axis2-xsd2java-maven-plugin/src/site/site.xml?rev=1793330&r1=1793329&r2=1793330&view=diff
==============================================================================
--- axis/axis2/java/core/branches/AXIS2-5785/modules/tool/axis2-xsd2java-maven-plugin/src/site/site.xml (original)
+++ axis/axis2/java/core/branches/AXIS2-5785/modules/tool/axis2-xsd2java-maven-plugin/src/site/site.xml Mon May  1 13:32:34 2017
@@ -20,27 +20,27 @@
   -->
 
 <project name="Maven Axis 2 XSD2Java Plugin">
-  <bannerLeft>
-    <name>Maven Axis 2 XSD2Java Plugin</name>
-    <src>http://maven.apache.org/images/apache-maven-project.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-small.gif</src>
-  </bannerRight>
-  <body>
-    <links>
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Webservices" href="http://ws.apache.org/"/>
-      <item name="Axis 2" href="http://ws.apache.org/axis2/"/>
-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
-    </links>
+    <bannerLeft>
+        <name>Maven Axis 2 XSD2Java Plugin</name>
+        <src>http://maven.apache.org/images/apache-maven-project.png</src>
+        <href>http://maven.apache.org/</href>
+    </bannerLeft>
+    <bannerRight>
+        <src>http://maven.apache.org/images/maven-small.gif</src>
+    </bannerRight>
+    <body>
+        <links>
+            <item name="Apache" href="http://www.apache.org/"/>
+            <item name="Webservices" href="http://ws.apache.org/"/>
+            <item name="Axis 2" href="http://ws.apache.org/axis2/"/>
+            <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+        </links>
 
-    <menu name="Overview">
-      <item name="Introduction" href="introduction.html"/>
-      <item name="How to Use" href="howto.html"/>
-      <item name="Configuration" href="configuration.html"/>
-    </menu>
-    ${reports}
-  </body>
+        <menu name="Overview">
+            <item name="Introduction" href="introduction.html"/>
+            <item name="How to Use" href="howto.html"/>
+            <item name="Configuration" href="configuration.html"/>
+        </menu>
+        ${reports}
+    </body>
 </project>