[displaytag-cvs] displaytag/src/site site.xml,1.1,1.2
Brought to you by:
fgiust
|
From: fabrizio g. <fg...@us...> - 2005-10-16 21:04:58
|
Update of /cvsroot/displaytag/displaytag/src/site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24026/src/site Modified Files: site.xml Log Message: fixing relative paths in navigation Index: site.xml =================================================================== RCS file: /cvsroot/displaytag/displaytag/src/site/site.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** site.xml 21 Aug 2005 21:42:52 -0000 1.1 --- site.xml 16 Oct 2005 21:04:49 -0000 1.2 *************** *** 1,34 **** <?xml version="1.0" encoding="UTF-8"?> ! <project name="Maven"> ! <!-- ! <bannerLeft> ! <name>Maven</name> ! <src>http://maven.apache.org/images/apache-maven-project.png</src> ! <href>http://maven.apache.org/</href> ! </bannerLeft> ! <bannerRight> ! <src>http://maven.apache.org/images/maven-small.gif</src> ! </bannerRight> ! --> <body> ! <!-- ! <links> ! <item name="Apache" href="http://www.apache.org/" /> ! <item name="Maven 1.0" href="http://maven.apache.org/"/> ! <item name="Maven 2" href="http://maven.apache.org/maven2/"/> ! </links> ! ! <menu name="Maven 2.0"> ! <item name="Introduction" href="index.html"/> ! <item name="Download" href="download.html"/> ! <item name="Release Notes" href="release-notes.html" /> ! <item name="General Information" href="about.html"/> ! <item name="For Maven 1.0 Users" href="maven1.html"/> ! <item name="Road Map" href="roadmap.html" /> </menu> - --> - ${reports} - </body> </project> \ No newline at end of file --- 1,13 ---- <?xml version="1.0" encoding="UTF-8"?> ! <project name="Display tag library"> <body> ! <menu name="Core Tag library"><!-- --></menu> ! <menu name="Modules"> ! <item name="Documentation" href="../index.html" /> ! <item name="Core Tag library" href="../displaytag/index.html" /> ! <item name="Example application" href="../displaytag-examples/index.html" /> ! <item name="Excel export module" href="../displaytag-export-poi/index.html" /> </menu> ${reports} </body> </project> \ No newline at end of file |