blob: a738273de86ef57f629e9be6217669b608b53b9e [file] [log] [blame]
<?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 xmlns="http://maven.apache.org/DECORATION/1.6.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd"
name="Apache Tamaya">
<!-- Position of publishing date and version information -->
<publishDate position="bottom" format="yyyy-MM-dd"/>
<version position="bottom"/>
<!-- We use the Reflow Skin for Tamaya -->
<skin>
<groupId>lt.velykis.maven.skins</groupId>
<artifactId>reflow-maven-skin</artifactId>
<version>${reflow-skin.version}</version>
</skin>
<body>
<menu ref="parent" inherit="top" />
<menu ref="reports" inherit="bottom"/>
<menu ref="modules" inherit="bottom"/>
<menu name="Documentation">
<item name="${project.version} JavaDoc" target="" href="apidocs/index.html"/>
</menu>
<menu name="Development">
<item name="Release Guide" href="release-guide.html"/>
<item name="Development Guide" href="devguide/"/>
<item name="Community" href="community.html"/>
<item name="Issues" href="https://issues.apache.org/jira/browse/TAMAYA" target="_blank"/>
</menu>
<menu name="Reports">
</menu>
<menu name="Releases">
</menu>
</body>
<custom>
<reflowSkin>
<!-- Brand on the top left menu bar -->
<brand>
<name>Apache Tamaya</name>
<href>index.html</href>
</brand>
<pages>
<index>
<sections>
<columns>3</columns>
<columns>2</columns>
<body/>
<!--<sidebar/>-->
</sections>
</index>
</pages>
<topNav>Documentation|Development|Releases|Reports</topNav>
<bottomNav>
<column>Documentation</column>
<column>Development</column>
<column>Releases</column>
<column>Reports</column>
</bottomNav>
<theme>bootswatch-cosmo</theme>
</reflowSkin>
</custom>
</project>