You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2009/11/19 17:10:38 UTC

svn commit: r882188 - in /james/jdkim/trunk: mailets/src/site/site.xml main/src/site/site.xml pom.xml src/site/site.xml

Author: bago
Date: Thu Nov 19 16:10:37 2009
New Revision: 882188

URL: http://svn.apache.org/viewvc?rev=882188&view=rev
Log:
Updated parent to the latest snapshot to inherit the latest main menu in the website + fixes in the local modules menu. (JDKIM-5)

Modified:
    james/jdkim/trunk/mailets/src/site/site.xml
    james/jdkim/trunk/main/src/site/site.xml
    james/jdkim/trunk/pom.xml
    james/jdkim/trunk/src/site/site.xml

Modified: james/jdkim/trunk/mailets/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/mailets/src/site/site.xml?rev=882188&r1=882187&r2=882188&view=diff
==============================================================================
--- james/jdkim/trunk/mailets/src/site/site.xml (original)
+++ james/jdkim/trunk/mailets/src/site/site.xml Thu Nov 19 16:10:37 2009
@@ -29,11 +29,11 @@
     <href>http://www.apache.org/index.html</href>
   </bannerRight> 
   <body>
-    <menu ref="jDKIM" inherit="top" />
-
+    <!-- 
     <menu name="jDKIM Mailets">
       <item name="Overview" href="/index.html"/>
     </menu>
+    -->
     
     <menu ref="reports" />
   </body>

Modified: james/jdkim/trunk/main/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/main/src/site/site.xml?rev=882188&r1=882187&r2=882188&view=diff
==============================================================================
--- james/jdkim/trunk/main/src/site/site.xml (original)
+++ james/jdkim/trunk/main/src/site/site.xml Thu Nov 19 16:10:37 2009
@@ -29,11 +29,11 @@
     <href>http://www.apache.org/index.html</href>
   </bannerRight> 
   <body>
-    <menu ref="jDKIM" inherit="top" />
-
+    <!-- 
     <menu name="jDKIM library">
       <item name="Overview" href="/index.html"/>
-    </menu>
+    </menu> 
+    -->
     
     <menu ref="reports" />
   </body>

Modified: james/jdkim/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/pom.xml?rev=882188&r1=882187&r2=882188&view=diff
==============================================================================
--- james/jdkim/trunk/pom.xml (original)
+++ james/jdkim/trunk/pom.xml Thu Nov 19 16:10:37 2009
@@ -29,8 +29,9 @@
   </description>
   <parent>
     <groupId>org.apache.james</groupId>
-    <artifactId>james-project</artifactId>
-    <version>1.3</version>
+    <artifactId>james-project</artifactId>
+    <!-- this could use 1.3, but we use this one to generate updated site menu -->
+    <version>1.4RC3-SNAPSHOT</version>
   </parent>
   <url>http://james.apache.org/jdkim/</url>
   <inceptionYear>2009</inceptionYear>

Modified: james/jdkim/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/src/site/site.xml?rev=882188&r1=882187&r2=882188&view=diff
==============================================================================
--- james/jdkim/trunk/src/site/site.xml (original)
+++ james/jdkim/trunk/src/site/site.xml Thu Nov 19 16:10:37 2009
@@ -33,20 +33,22 @@
       <link rel="meta" title="DOAP" href="${project.url}/doap_maven-doap-plugin.rdf" type="application/rdf+xml"/>
     </head>
     
-    <menu name="jDKIM">
+    <menu name="jDKIM" inherit="top">
     	<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">
       <item name="Overview" href="/index.html"/>
     </menu>
+     -->
     
     <menu ref="reports" />
     
     <menu name="Related Projects">
-    	<item name="jSPF" href="http://james.apache.org/jspf" />
+    	<item name="jSPF" href="http://james.apache.org/jspf/index.html" />
     	<item name="DKIM Javamail" href="http://dkim-javamail.sourceforge.net" />
     	<item name="JavaDKIM" href="http://www.badpenguin.co.uk/dkim/" />
     </menu>



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