blob: d580c6575f52ff3d274dd51bed1c9bf5cab04348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<project>
<body>
<menu name="Parent">
<item name="${parent.name}" href="../index.html"/>
</menu>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Usage" href="usage.html"/>
<item name="Lifecycle" href="lifecycle.html"/>
<!-- <item name="FAQ" href="faq.html"/> -->
</menu>
<!--
<menu name="Examples">
<item name="Simple Flex app in a WAR project" href="examples/simple_war_project.html"/>
<item name="Flex app with extra params" href="examples/extra_parameters_project.html"/>
</menu>
-->
${reports}
</body>
</project>
|