Repository: commons-pool Updated Branches: refs/heads/master 135cfadc7 -> 6d6034aa6
Prepare for 2.6.0. Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/6d6034aa Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/6d6034aa Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/6d6034aa Branch: refs/heads/master Commit: 6d6034aa6d5040d6790196ea3b9cbb0226a6f2f7 Parents: 135cfad Author: Gary Gregory <garydgreg...@gmail.com> Authored: Wed Jun 20 16:44:33 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Wed Jun 20 16:44:33 2018 -0600 ---------------------------------------------------------------------- src/site/site.xml | 103 +++++++++++++++++++++++++------------------------ 1 file changed, 52 insertions(+), 51 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-pool/blob/6d6034aa/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 4f829d4..ae99e4b 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,51 +1,52 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (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 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<project name="Pool"> - <bannerRight> - <name>Commons Pool</name> - <src>/images/pool-logo-white.png</src> - <href>/index.html</href> - </bannerRight> - - <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="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"/> - </menu> - </body> - -</project> +<?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<project name="Pool"> + <bannerRight> + <name>Commons Pool</name> + <src>/images/pool-logo-white.png</src> + <href>/index.html</href> + </bannerRight> + + <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"/> + </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"/> + </menu> + </body> + +</project>