<?xml version="1.0" encoding="ISO-8859-15"?>

<project name="${project.name}">
	<body>
		<links>
			<item name="link1"
				href="http://link1/link1.html" />
			<item name="link2"
				href="http://link1/link2.html" />
		</links>
		<menu name="menu1" inherits="bottom">
			<item name="Index" href="./index.html" />
			<item name="other" href="http://aaa/index.html" />
		</menu>
		<menu ref="modules"/>
	</body>
</project>

