cvs commit: spice/tools/maven/templates navigation.xml
Mauro Talevi <[email protected]> Mon, 10 Nov 2003 17:03:45 -0800
| Newsgroups | gmane.comp.java.spice.cvs |
|---|---|
| Message-ID | <[email protected]> |
maurotalevi 03/11/10 17:03:45
Modified: tools/maven/templates navigation.xml
Log:
Moved list of components from navigation to summary pages,
which are dinamically created.
Revision Changes Path
1.4 +20 -14 spice/tools/maven/templates/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /cvsroot/spice/spice/tools/maven/templates/navigation.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- navigation.xml 16 Jul 2003 17:54:47 -0000 1.3
+++ navigation.xml 11 Nov 2003 01:03:45 -0000 1.4
@@ -1,21 +1,27 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="${pom.name}">
- <title>${pom.name}</title>
+ <title>${pom.name}</title>
+ <body>
+ <links>
+ <item name="Home" href="../index.html"/>
+ <item name="Download" href="../download.html"/>
+ <item name="Components" href="../components.html"/>
+ <item name="Sandbox" href="../sandbox.html"/>
+ </links>
- <body>
- <links>
- <item name="Home" href="../index.html"/>
- <item name="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=67448"/>
- </links>
- <menu name="Overview">
- <item name="Home" href="../index.html" />
- <item name="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=67448" />
- </menu>
+ <search/>
+ <menu name="Overview">
+ <item name="Home" href="../index.html"/>
+ <item name="Download" href="../download.html"/>
+ </menu>
+ <menu name="Repository">
+ <item name="Components" href="../components.html"/>
+ <item name="Sandbox" href="../sandbox.html"/>
+ </menu>
- #parse( "component.menu" )
- #parse( "repository.menu" )
-
- </body>
+ #parse( "component.menu" )
+
+ </body>
</project>
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/