You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/08/17 15:32:15 UTC

[04/19] commons-pool git commit: Less clutter.

Less clutter.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/af6ffd03
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/af6ffd03
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/af6ffd03

Branch: refs/heads/release
Commit: af6ffd0381a3694b767bc59150e45314af94d7c7
Parents: f81eb8b
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Jul 8 10:37:15 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Jul 8 10:37:15 2018 -0600

----------------------------------------------------------------------
 src/site/site.xml | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/af6ffd03/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index ae99e4b..17155fe 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -24,28 +24,28 @@
 
     <body>
         <menu name="Pool">
-            <item name="Overview"                      href="/index.html"/>
-            <item name="Javadoc (1.5.7 release)"       href="http://commons.apache.org/proper/commons-pool/api-1.5.7/index.html"/>
-            <item name="Javadoc (1.6 release)"         href="http://commons.apache.org/proper/commons-pool/api-1.6/index.html"/>
-            <item name="Javadoc (2.0 release)"         href="http://commons.apache.org/proper/commons-pool/api-2.0/index.html"/>
-            <item name="Javadoc (2.1 release)"         href="http://commons.apache.org/proper/commons-pool/api-2.1/index.html"/>
-            <item name="Javadoc (2.2 release)"         href="http://commons.apache.org/proper/commons-pool/api-2.2/index.html"/>
-            <item name="Javadoc (2.3 release)"         href="http://commons.apache.org/proper/commons-pool/api-2.3/index.html"/>
-            <item name="Javadoc (2.4.1 release)"       href="http://commons.apache.org/proper/commons-pool/api-2.4.1/index.html"/>
-            <item name="Javadoc (2.4.2 release)"       href="http://commons.apache.org/proper/commons-pool/api-2.4.2/index.html"/>
-            <item name="Javadoc (2.4.3 release)"       href="http://commons.apache.org/proper/commons-pool/api-2.4.3/index.html"/>
-            <item name="Javadoc (2.5.0 release)"       href="http://commons.apache.org/proper/commons-pool/api-2.5.0/index.html"/>
-            <item name="Javadoc (2.6.0 release)"       href="http://commons.apache.org/proper/commons-pool/api-2.6.0/index.html"/>
-            <item name="Examples"                      href="/examples.html"/>
-            <item name="Downloads"                     href="/download_pool.cgi"/>
-            <item name="Wiki"                          href="http://wiki.apache.org/commons/Pool"/>
+            <item name="Overview"          href="/index.html"/>
+            <item name="Javadoc 1.5.7"     href="http://commons.apache.org/proper/commons-pool/api-1.5.7/index.html"/>
+            <item name="Javadoc 1.6"       href="http://commons.apache.org/proper/commons-pool/api-1.6/index.html"/>
+            <item name="Javadoc 2.0"       href="http://commons.apache.org/proper/commons-pool/api-2.0/index.html"/>
+            <item name="Javadoc 2.1"       href="http://commons.apache.org/proper/commons-pool/api-2.1/index.html"/>
+            <item name="Javadoc 2.2"       href="http://commons.apache.org/proper/commons-pool/api-2.2/index.html"/>
+            <item name="Javadoc 2.3"       href="http://commons.apache.org/proper/commons-pool/api-2.3/index.html"/>
+            <item name="Javadoc 2.4.1"     href="http://commons.apache.org/proper/commons-pool/api-2.4.1/index.html"/>
+            <item name="Javadoc 2.4.2"     href="http://commons.apache.org/proper/commons-pool/api-2.4.2/index.html"/>
+            <item name="Javadoc 2.4.3"     href="http://commons.apache.org/proper/commons-pool/api-2.4.3/index.html"/>
+            <item name="Javadoc 2.5.0"     href="http://commons.apache.org/proper/commons-pool/api-2.5.0/index.html"/>
+            <item name="Javadoc 2.6.0"     href="http://commons.apache.org/proper/commons-pool/api-2.6.0/index.html"/>
+            <item name="Examples"          href="/examples.html"/>
+            <item name="Downloads"         href="/download_pool.cgi"/>
+            <item name="Wiki"              href="http://wiki.apache.org/commons/Pool"/>
         </menu>
 
         <menu name="Development">
-            <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="Javadoc (SVN latest)"          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="Javadoc latest"    href="apidocs/index.html"/>
         </menu>
     </body>