diff options
author | Olivier Lamy <olamy@apache.org> | 2012-10-27 21:34:18 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-10-27 21:34:18 +0000 |
commit | b9404634e73170d6f3b70c9eb6caa8b6314d8f65 (patch) | |
tree | 5715eb49d5cf5431036fd791b9dd767d946b6ca5 /archiva-modules/archiva-base/src/site/site.xml | |
parent | d8e7bd8193e725a8dd539ecf922ce3493d231024 (diff) | |
download | archiva-b9404634e73170d6f3b70c9eb6caa8b6314d8f65.tar.gz archiva-b9404634e73170d6f3b70c9eb6caa8b6314d8f65.zip |
fix menus for submodules
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1402889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/src/site/site.xml')
-rw-r--r-- | archiva-modules/archiva-base/src/site/site.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/src/site/site.xml b/archiva-modules/archiva-base/src/site/site.xml new file mode 100644 index 000000000..72fce7874 --- /dev/null +++ b/archiva-modules/archiva-base/src/site/site.xml @@ -0,0 +1,26 @@ +<?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> + <body> + <menu ref="modules"/> + <menu ref="reports"/> + </body> +</project> |