mirror of https://github.com/apache/openjpa.git
37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<project name="OpenJPA">
|
|
<bannerLeft>
|
|
<name>OpenJPA</name>
|
|
<!-- <src>http://www.apache.org/images/asf_logo_wide.gif</src> -->
|
|
<!-- <href>/</href> -->
|
|
</bannerLeft>
|
|
<body>
|
|
<menu name="OpenJPA">
|
|
<item name="Home" href="index.html"/>
|
|
<item name="Manual" href="openjpa-project/manual/index.html"/>
|
|
<item name="Download" href="downloads.html"/>
|
|
<item name="Building" href="building.html"/>
|
|
</menu>
|
|
|
|
<menu name="Community">
|
|
<item name="Issue Tracker"
|
|
href="https://issues.apache.org/jira/browse/OPENJPA"/>
|
|
<item name="Wiki"
|
|
href="http://wiki.apache.org/incubator/OpenJPA"/>
|
|
</menu>
|
|
|
|
<menu ref="parent"/>
|
|
<menu ref="reports"/>
|
|
|
|
<!-- <menu ref="modules"/> -->
|
|
</body>
|
|
|
|
<!--
|
|
<skin>
|
|
<groupId>org.apache.maven.skins</groupId>
|
|
<artifactId>maven-stylus-skin</artifactId>
|
|
<version>1.0</version>
|
|
</skin>
|
|
-->
|
|
</project>
|