Author: bago
Date: Mon Oct 12 15:35:31 2009
New Revision: 824386

URL: http://svn.apache.org/viewvc?rev=824386&view=rev
Log:
Trial/error for the maven site plugin and relative urls (JDKIM-5)

Modified:
    james/jdkim/trunk/src/site/site.xml

Modified: james/jdkim/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/james/jdkim/trunk/src/site/site.xml?rev=824386&r1=824385&r2=824386&view=diff
==============================================================================
--- james/jdkim/trunk/src/site/site.xml (original)
+++ james/jdkim/trunk/src/site/site.xml Mon Oct 12 15:35:31 2009
@@ -34,24 +34,9 @@
     </head>
     
     <menu name="jDKIM">
-       <item name="Project" href="/index.html" />
-       <item name="Library" href="/main/index.html" />
-       <item name="Mailets" href="/mailets/index.html" />
-       <item name="Project2" href="${project.url}/index.html" />
-       <item name="Library2" href="${project.url}/main/index.html" />
-       <item name="Mailets2" href="${project.url}/mailets/index.html" />
-       <item name="Project3" href="index.html" />
-       <item name="Library3" href="main/index.html" />
-       <item name="Mailets3" href="mailets/index.html" />
-       <item name="Project4" href="http://james.apache.org/jdkim/index.html"; />
-       <item name="Library4" 
href="http://james.apache.org/jdkim/main/index.html"; />
-       <item name="Mailets4" 
href="http://james.apache.org/jdkim/mailets/index.html"; />
-       <item name="Project5" href="" />
-       <item name="Library5" href="/main" />
-       <item name="Mailets5" href="/mailets" />
-       <item name="Project6" href="http://james.apache.org/jdkim"; />
-       <item name="Library6" href="http://james.apache.org/jdkim/main"; />
-       <item name="Mailets6" href="http://james.apache.org/jdkim/mailets"; />
+       <item name="Project" href="http://james.apache.org/jdkim/index.html"; />
+       <item name="Library" 
href="http://james.apache.org/jdkim/main/index.html"; />
+       <item name="Mailets" 
href="http://james.apache.org/jdkim/mailets/index.html"; />
     </menu>
 
     <menu name="jDKIM Project">



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to