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 rd...@apache.org on 2008/08/21 00:11:55 UTC

svn commit: r687488 - in /james/mailet/crypto/trunk: ./ src/site/ src/site/resources/images/

Author: rdonkin
Date: Wed Aug 20 15:11:54 2008
New Revision: 687488

URL: http://svn.apache.org/viewvc?rev=687488&view=rev
Log:
Look and feel improvements to the site. Derived from MailetAPI.

Added:
    james/mailet/crypto/trunk/src/site/resources/images/james-crypto-mailets-logo.gif   (with props)
Removed:
    james/mailet/crypto/trunk/src/site/resources/images/james-server-logo.gif
    james/mailet/crypto/trunk/src/site/resources/images/james_config_load_balance.png
    james/mailet/crypto/trunk/src/site/resources/images/james_config_secondary.png
    james/mailet/crypto/trunk/src/site/resources/images/james_config_smart_host.png
Modified:
    james/mailet/crypto/trunk/pom.xml
    james/mailet/crypto/trunk/src/site/site.xml

Modified: james/mailet/crypto/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/pom.xml?rev=687488&r1=687487&r2=687488&view=diff
==============================================================================
--- james/mailet/crypto/trunk/pom.xml (original)
+++ james/mailet/crypto/trunk/pom.xml Wed Aug 20 15:11:54 2008
@@ -37,10 +37,10 @@
     Apache JAMES Cryptographic Mailets
   </description>
   <parent>
-    <groupId>org.apache.james</groupId>
-    <artifactId>james-project</artifactId>
-    <version>1.1</version>
-    <relativePath>stage/org.apache.james/poms/james-project-1.1.pom</relativePath>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-project</artifactId>
+    <version>1.2</version>
+    <relativePath>../james-project/project/pom.xml</relativePath>
   </parent>
   <url>http://james.apache.org/mailet/crypto</url>
   <inceptionYear>2008</inceptionYear>
@@ -163,16 +163,49 @@
     </plugins>
   </build>
   
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
+   <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.4.3</version>
+      </plugin> 
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+            <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>2.0-beta-6</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <configuration>
+          <excludes>
+            <exclude>NOTICE.txt</exclude>
+            <exclude>LICENSE.txt</exclude>
+            <!-- Generated by Maven -->
+            <exclude>release.properties</exclude>
+            <exclude>dist/**/*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
+    </plugins>
   </reporting>
   
 </project>
\ No newline at end of file

Added: james/mailet/crypto/trunk/src/site/resources/images/james-crypto-mailets-logo.gif
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/src/site/resources/images/james-crypto-mailets-logo.gif?rev=687488&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/mailet/crypto/trunk/src/site/resources/images/james-crypto-mailets-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: james/mailet/crypto/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/src/site/site.xml?rev=687488&r1=687487&r2=687488&view=diff
==============================================================================
--- james/mailet/crypto/trunk/src/site/site.xml (original)
+++ james/mailet/crypto/trunk/src/site/site.xml Wed Aug 20 15:11:54 2008
@@ -20,7 +20,7 @@
 <project name="Apache JAMES Crypto">
   <bannerLeft>
     <name>JAMES Cryptography Mailets</name>
-    <src>images/james-server-logo.gif</src>
+    <src>images/james-crypto-mailets-logo.gif</src>
     <href>http://james.apache.org/mailets/crypto/index.html</href>
   </bannerLeft>
 
@@ -37,6 +37,13 @@
       <item name="Configuration" href="conf.html"/>
     </menu>
 
+   <menu name="Mailets">
+      <item name="API" href="http://james.apache.org/mailet/api"/>
+      <item name="Basic Toolkit" href="http://james.apache.org/mailet/base"/>
+      <item name="Standard" href="http://james.apache.org/mailet/standard"/>
+      <item name="Crypto" href="http://james.apache.org/mailet/crypto"/>
+    </menu>
+
     ${reports}
 
   </body>



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