|
15 | 15 | See the License for the specific language governing permissions and |
16 | 16 | limitations under the License. |
17 | 17 | --> |
18 | | -<project name="Collections"> |
19 | | - <bannerRight> |
20 | | - <name>Commons Collections</name> |
21 | | - <src>/images/logo.png</src> |
22 | | - <href>/index.html</href> |
23 | | - </bannerRight> |
24 | | - |
25 | | - <body> |
26 | | - <head><script type="text/javascript" id="MathJax-script" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> |
| 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 http://maven.apache.org/xsd/site-2.0.0.xsd" |
| 21 | + name="Apache Commons Collections"> |
| 22 | + <bannerRight name="Commons Collections" href="/index.html"> |
| 23 | + <image src="/images/logo.png"/> |
| 24 | + </bannerRight> |
| 25 | + <body> |
| 26 | + <head><script type="text/javascript" id="MathJax-script" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> |
27 | 27 | <style> |
28 | 28 | .footnotes ol li p { |
29 | 29 | display: inline; |
|
42 | 42 | } |
43 | 43 |
|
44 | 44 | </style> |
45 | | - </head> |
46 | | - <menu name="Commons Collections"> |
47 | | - <item name="Overview" href="/index.html" /> |
48 | | - <item name="Download" href="/download_collections.cgi" /> |
49 | | - <item name="User Guide" href="/userguide.html" /> |
50 | | - <item name="Javadoc" href="/apidocs/index.html" /> |
51 | | - <item name="Javadoc Archive" |
52 | | - href="https://javadoc.io/doc/org.apache.commons/commons-collections4/latest/index.html" /> |
53 | | - </menu> |
54 | | - |
55 | | - <menu name="Development"> |
56 | | - <item name="History" href="/changes.html" /> |
57 | | - <item name="Mailing Lists" href="/mail-lists.html" /> |
58 | | - <item name="Issue Tracking" href="/issue-tracking.html" /> |
59 | | - <item name="Team" href="/team.html" /> |
60 | | - <item name="Source" href="/scm.html" /> |
61 | | - </menu> |
62 | | - </body> |
63 | | - |
64 | | -</project> |
| 45 | + </head> |
| 46 | + <menu name="Commons Collections"> |
| 47 | + <!-- Start: For all components. --> |
| 48 | + <item name="About" href="index.html" /> |
| 49 | + <item name="Asking Questions" href="/mail-lists.html" /> |
| 50 | + <item name="Release History" href="/changes.html" /> |
| 51 | + <item name="Issue Tracking" href="/issue-management.html" /> |
| 52 | + <item name="Dependency Management" href="/dependency-info.html" /> |
| 53 | + <item name="Sources" href="/scm.html" /> |
| 54 | + <item name="Security" href="security.html" /> |
| 55 | + <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" /> |
| 56 | + <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" /> |
| 57 | + <item name="Download" href="/download_collections.cgi" /> |
| 58 | + <item name="Javadoc"> |
| 59 | + <item name="Javadoc Current" href="apidocs/index.html" /> |
| 60 | + <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-collections4" /> |
| 61 | + </item> |
| 62 | + <!-- End: For all components. --> |
| 63 | + <item name="Users guide" href="/userguide.html"/> |
| 64 | + </menu> |
| 65 | + </body> |
| 66 | +</site> |
0 commit comments