|
15 | 15 | See the License for the specific language governing permissions and |
16 | 16 | limitations under the License. |
17 | 17 | --> |
18 | | -<project name="Pool"> |
19 | | - <bannerRight> |
20 | | - <name>Commons Pool</name> |
21 | | - <src>/images/pool-logo-white.png</src> |
22 | | - <href>/index.html</href> |
23 | | - </bannerRight> |
24 | | - |
25 | | - <body> |
26 | | - <menu name="Pool"> |
27 | | - <item name="Overview" href="/index.html"/> |
28 | | - <item name="Javadoc" href="/apidocs/index.html"/> |
29 | | - <item name="Javadoc 3.x Archive" href="https://javadoc.io/doc/org.apache.commons/commons-pool3/latest/index.html"/> |
30 | | - <item name="Javadoc 2.x Archive" href="https://javadoc.io/doc/org.apache.commons/commons-pool2/latest/index.html"/> |
31 | | - <item name="Javadoc 1.x Archive" href="https://javadoc.io/doc/commons-pool/commons-pool/latest/index.html"/> |
32 | | - <item name="Examples" href="/examples.html"/> |
33 | | - <item name="Releases" href="/releases.html"/> |
34 | | - <item name="Wiki" href="https://cwiki.apache.org/confluence/display/commons/Pool"/> |
35 | | - </menu> |
36 | | - |
37 | | - <menu name="Development"> |
38 | | - <item name="Mailing Lists" href="/mail-lists.html"/> |
39 | | - <item name="Issue Tracking" href="/issue-tracking.html"/> |
40 | | - <item name="Source Repository" href="/scm.html"/> |
41 | | - </menu> |
42 | | - </body> |
43 | | - |
44 | | -</project> |
| 18 | +<site xmlns="http://maven.apache.org/SITE/2.0.0" |
| 19 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" |
| 21 | + name="Apache Commons Pool"> |
| 22 | + <bannerRight name="Commons Pool" href="/index.html"> |
| 23 | + <image src="/images/logo.png"/> |
| 24 | + </bannerRight> |
| 25 | + <body> |
| 26 | + <menu name="Commons Pool"> |
| 27 | + <!-- Start: For all components. --> |
| 28 | + <item name="About" href="index.html" /> |
| 29 | + <item name="Asking Questions" href="mail-lists.html" /> |
| 30 | + <item name="Release History" href="changes.html" /> |
| 31 | + <item name="Issue Tracking" href="issue-management.html" /> |
| 32 | + <item name="Dependency Management" href="/dependency-info.html" /> |
| 33 | + <item name="Javadoc" href="apidocs/index.html" /> |
| 34 | + <item name="Javadoc Archive 3.x" href="https://javadoc.io/doc/org.apache.commons/commons-pool3/" /> |
| 35 | + <item name="Javadoc Archive 2.x" href="https://javadoc.io/doc/org.apache.commons/commons-pool2/" /> |
| 36 | + <item name="Javadoc Archive 1.x" href="https://javadoc.io/doc/commons-pool/commons-pool/" /> |
| 37 | + <item name="Sources" href="scm.html" /> |
| 38 | + <item name="Security" href="security.html" /> |
| 39 | + <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" /> |
| 40 | + <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" /> |
| 41 | + <item name="Download" href="https://commons.apache.org/proper/commons-pool/download_bcel.cgi" /> |
| 42 | + <!-- End: For all components. --> |
| 43 | + <item name="Examples" href="examples.html" /> |
| 44 | + </menu> |
| 45 | + </body> |
| 46 | +</site> |
0 commit comments