Tidy up git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1739372 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/656f3ff4 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/656f3ff4 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/656f3ff4 Branch: refs/heads/master Commit: 656f3ff42ce18c88281811dbff79a52ab6a623ae Parents: 5eb28b1 Author: Sebastian Bazley <[email protected]> Authored: Fri Apr 15 21:23:50 2016 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Fri Apr 15 21:23:50 2016 +0000 ---------------------------------------------------------------------- src/site/site.xml | 40 +++++++++++++++++----------------------- 1 file changed, 17 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/656f3ff4/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 45fa1ee..4a5be2f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -24,31 +24,25 @@ <body> <menu name="Build Plugin"> <item name="Overview" href="/index.html"/> - <item name="Download Page" href="/download-page.html"> - <item name="download-page" href="/download-page.html"/> - <item name="properties" href="/download-page-mojo.html"/> - </item> - <item name="JIRA Page" href="/jira-page.html"> - <item name="Proper" href="/jira-page.html"> - <item name="jira-page" href="/jira-page.html"/> - <item name="properties" href="/jira-page-mojo.html"/> + <item name="Goals"> + <item name="download-page" href="/download-page.html"> + <item name="properties" href="/download-page-mojo.html"/> </item> - <item name="Sandbox" href="/sandbox-jira-page.html"> - <item name="sandbox-jira-page" href="/sandbox-jira-page.html"/> - <item name="properties" href="/sandbox-jira-page-mojo.html"/> + <item name="jira-page" href="/jira-page.html"> + <item name="properties" href="/jira-page-mojo.html"/> + </item> + <item name="sandbox-jira-page" href="/sandbox-jira-page.html"> + <item name="properties" href="/sandbox-jira-page-mojo.html"/> + </item> + <item name="mail-page" href="/mail-page.html"> + <item name="properties" href="/mail-page-mojo.html"/> + </item> + <item name="readme-md" href="/readme-md.html"> + <item name="properties" href="/readme-md-mojo.html"/> + </item> + <item name="contributing-md" href="/contributing-md.html"> + <item name="properties" href="/contributing-md-mojo.html"/> </item> - </item> - <item name="Mail Page" href="/mail-page.html"> - <item name="mail-page" href="/mail-page.html"/> - <item name="properties" href="/mail-page-mojo.html"/> - </item> - <item name="README.md" href="/readme-md.html"> - <item name="readme-md" href="/readme-md.html"/> - <item name="properties" href="/readme-md-mojo.html"/> - </item> - <item name="CONTRIBUTING.md" href="/contributing-md.html"> - <item name="contributing-md" href="/contributing-md.html"/> - <item name="properties" href="/contributing-md-mojo.html"/> </item> <item name="Help" href="/development.html"> <item name="Issue Tracking" href="/issue-tracking.html"/>
