Added common commons nav to the collections Maven site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131198 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f68637922c
commit
f236265e32
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<!DOCTYPE project [
|
||||
<!ENTITY commons-nav SYSTEM "../incl_nav.xml">
|
||||
]>
|
||||
|
||||
<project name="Collections">
|
||||
|
||||
<title>Collections</title>
|
||||
<organizationLogo href="/images/jakarta-logo-blue.gif">
|
||||
Jakarta
|
||||
</organizationLogo>
|
||||
|
||||
<body>
|
||||
<menu name="Commons Collections">
|
||||
<item name="Overview"
|
||||
href="/index.html"/>
|
||||
|
||||
</menu>
|
||||
|
||||
&commons-nav;
|
||||
|
||||
</body>
|
||||
</project>
|
Loading…
Reference in New Issue