You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mailet-api@james.apache.org by ba...@apache.org on 2008/08/23 19:17:09 UTC

svn commit: r688375 - in /james/mailet/api/trunk: pom.xml src/site/site.xml

Author: bago
Date: Sat Aug 23 10:17:08 2008
New Revision: 688375

URL: http://svn.apache.org/viewvc?rev=688375&view=rev
Log:
Minor url/distribution management fixes for mailet products.
Add maven-mailetdocs-plugin to the current externals.
Add maven-mailetdocs-plugin to crypto reports.

Modified:
    james/mailet/api/trunk/pom.xml
    james/mailet/api/trunk/src/site/site.xml

Modified: james/mailet/api/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/api/trunk/pom.xml?rev=688375&r1=688374&r2=688375&view=diff
==============================================================================
--- james/mailet/api/trunk/pom.xml (original)
+++ james/mailet/api/trunk/pom.xml Sat Aug 23 10:17:08 2008
@@ -42,13 +42,13 @@
     <version>1.2</version>
     <relativePath>../james-project/project/pom.xml</relativePath>
   </parent>
-  <url>http://james.apache.org/mailet/api</url>
+  <url>http://james.apache.org/mailet/api/</url>
   <inceptionYear>2007</inceptionYear>
 
   <distributionManagement>
     <site>
       <id>mailet-website</id>
-      <url>scp://people.apache.org/www/james.apache.org/mailet/</url>
+      <url>scp://people.apache.org/www/james.apache.org/mailet/api/</url>
     </site>
   </distributionManagement>
 

Modified: james/mailet/api/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/mailet/api/trunk/src/site/site.xml?rev=688375&r1=688374&r2=688375&view=diff
==============================================================================
--- james/mailet/api/trunk/src/site/site.xml (original)
+++ james/mailet/api/trunk/src/site/site.xml Sat Aug 23 10:17:08 2008
@@ -20,13 +20,13 @@
 <project name="Mailet API">
   <bannerLeft>
     <name>JAMES Mailet API</name>
-    <src>images/james-mailetapi-logo.gif</src>
+    <src>/images/james-mailetapi-logo.gif</src>
     <href>http://james.apache.org/mailet/index.html</href>
   </bannerLeft>
 
   <bannerRight>
     <name>The Apache Software Foundation</name>
-    <src>images/asf-logo-reduced.gif</src>
+    <src>/images/asf-logo-reduced.gif</src>
     <href>http://www.apache.org/index.html</href>
   </bannerRight>