You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/01/05 17:35:03 UTC

svn commit: r1227686 - /commons/proper/validator/trunk/src/site/site.xml

Author: simonetripodi
Date: Thu Jan  5 16:35:03 2012
New Revision: 1227686

URL: http://svn.apache.org/viewvc?rev=1227686&view=rev
Log:
2 spaces instead 4 (coherence with other components)
removed trailing spaces/empty lines

Modified:
    commons/proper/validator/trunk/src/site/site.xml

Modified: commons/proper/validator/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/site/site.xml?rev=1227686&r1=1227685&r2=1227686&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/site/site.xml (original)
+++ commons/proper/validator/trunk/src/site/site.xml Thu Jan  5 16:35:03 2012
@@ -7,7 +7,7 @@
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+    http://www.apache.org/licenses/LICENSE-2.0
 
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,43 +18,43 @@
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
   name="Validator">
-    <bannerRight>
-        <name>Commons Validator</name>
-        <src>/images/logo.png</src>
-        <href>/index.html</href>
-    </bannerRight>
-
-    <body>
-        <menu name="Validator">
-            <item name="Overview"            href="/index.html"/>
-            <item name="Download"            href="http://commons.apache.org/validator/download_validator.cgi"/>
-            <item name="Release Notes"       href="/changes-report.html"/>
-            <item name="Dependencies"        href="/dependencies.html"/>
-            <item name="License"             href="/license.html"/>
-        </menu>
-
-        <menu name="Documentation">
-            <item name="Framework"           href="apidocs/org/apache/commons/validator/package-summary.html#package_description"/>
-            <item name="Routines"            href="apidocs/org/apache/commons/validator/routines/package-summary.html#package_description"/>
-            <item name="Wiki"                href="http://wiki.apache.org/commons/Validator"/>
-
-            <item name="JavaDocs">
-                <item name="1.3.1 Release"   href="http://commons.apache.org/validator/api-1.3.1/"/>
-                <item name="1.3.0 Release"   href="http://commons.apache.org/validator/api-1.3.0/"/>
-                <item name="1.2.0 Release"   href="http://commons.apache.org/validator/api-1.2.0/"/>
-                <item name="1.1.4 Release"   href="http://commons.apache.org/validator/api-1.1.4/"/>
-                <item name="1.0.2 Release"   href="http://commons.apache.org/validator/api-1.0.2/"/>
-            </item>
-        </menu>
-    
-        <menu name="Development">
-            <item name="JavaDocs"            href="/apidocs/index.html"/>
-            <item name="Mailing Lists"       href="/mail-lists.html"/>
-            <item name="Issue Tracking"      href="/issue-tracking.html"/>
-            <item name="Source Repository"   href="/source-repository.html"/>
-            <item name="Building"            href="/building.html"/>
-        </menu>
+  <bannerRight>
+    <name>Commons Validator</name>
+    <src>/images/logo.png</src>
+    <href>/index.html</href>
+  </bannerRight>
+
+  <body>
+    <menu name="Validator">
+      <item name="Overview"          href="/index.html"/>
+      <item name="Download"          href="http://commons.apache.org/validator/download_validator.cgi"/>
+      <item name="Release Notes"     href="/changes-report.html"/>
+      <item name="Dependencies"      href="/dependencies.html"/>
+      <item name="License"           href="/license.html"/>
+    </menu>
+
+    <menu name="Documentation">
+      <item name="Framework"         href="apidocs/org/apache/commons/validator/package-summary.html#package_description"/>
+      <item name="Routines"          href="apidocs/org/apache/commons/validator/routines/package-summary.html#package_description"/>
+      <item name="Wiki"              href="http://wiki.apache.org/commons/Validator"/>
+
+      <item name="JavaDocs">
+        <item name="1.3.1 Release"   href="http://commons.apache.org/validator/api-1.3.1/"/>
+        <item name="1.3.0 Release"   href="http://commons.apache.org/validator/api-1.3.0/"/>
+        <item name="1.2.0 Release"   href="http://commons.apache.org/validator/api-1.2.0/"/>
+        <item name="1.1.4 Release"   href="http://commons.apache.org/validator/api-1.1.4/"/>
+        <item name="1.0.2 Release"   href="http://commons.apache.org/validator/api-1.0.2/"/>
+      </item>
+    </menu>
+
+    <menu name="Development">
+      <item name="JavaDocs"          href="/apidocs/index.html"/>
+      <item name="Mailing Lists"     href="/mail-lists.html"/>
+      <item name="Issue Tracking"    href="/issue-tracking.html"/>
+      <item name="Source Repository" href="/source-repository.html"/>
+      <item name="Building"          href="/building.html"/>
+    </menu>
 
-    </body>
+  </body>
 
 </project>