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/05/07 20:43:16 UTC

svn commit: r654205 - in /james/mailet/base/trunk: pom.xml src/site/site.xml src/site/xdoc/conf.xml src/site/xdoc/index.xml

Author: rdonkin
Date: Wed May  7 11:43:15 2008
New Revision: 654205

URL: http://svn.apache.org/viewvc?rev=654205&view=rev
Log:
Basic website and corrected POM.

Removed:
    james/mailet/base/trunk/src/site/xdoc/conf.xml
Modified:
    james/mailet/base/trunk/pom.xml
    james/mailet/base/trunk/src/site/site.xml
    james/mailet/base/trunk/src/site/xdoc/index.xml

Modified: james/mailet/base/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/pom.xml?rev=654205&r1=654204&r2=654205&view=diff
==============================================================================
--- james/mailet/base/trunk/pom.xml (original)
+++ james/mailet/base/trunk/pom.xml Wed May  7 11:43:15 2008
@@ -29,12 +29,12 @@
    -->
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>standard-mailets</artifactId>
-  <name>Apache JAMES Standard Mailets</name>
+  <artifactId>apache-james-mailet-base</artifactId>
+  <name>Apache JAMES Basic Mailet Toolkit</name>
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>
-    Apache JAMES Standard Mailets
+    Apache JAMES Basic Mailet Toolkit
   </description>
   <parent>
     <groupId>org.apache.james</groupId>
@@ -42,13 +42,13 @@
     <version>1.1</version>
     <relativePath>stage/org.apache.james/poms/james-project-1.1.pom</relativePath>
   </parent>
-  <url>http://james.apache.org/mailet/standard</url>
+  <url>http://james.apache.org/mailet/base</url>
   <inceptionYear>2008</inceptionYear>
 
   <distributionManagement>
     <site>
-      <id>standard-mailet-website</id>
-      <url>scp://people.apache.org/www/james.apache.org/mailet/standard</url>
+      <id>mailet-base-website</id>
+      <url>scp://people.apache.org/www/james.apache.org/mailet/base</url>
     </site>
   </distributionManagement>
 
@@ -59,13 +59,13 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/james/mailet/standard/trunk
+      scm:svn:http://svn.apache.org/repos/asf/james/mailet/base/trunk
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/james/mailet/standard/trunk
+      scm:svn:https://svn.apache.org/repos/asf/james/mailet/base/trunk
     </developerConnection>
     <url>
-      http://svn.apache.org/viewcvs.cgi/james/mailet/standard/trunk/?root=Apache-SVN
+      http://svn.apache.org/viewcvs.cgi/james/mailet/base/trunk/?root=Apache-SVN
     </url>
   </scm>
 

Modified: james/mailet/base/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/src/site/site.xml?rev=654205&r1=654204&r2=654205&view=diff
==============================================================================
--- james/mailet/base/trunk/src/site/site.xml (original)
+++ james/mailet/base/trunk/src/site/site.xml Wed May  7 11:43:15 2008
@@ -17,11 +17,11 @@
   specific language governing permissions and limitations
   under the License.    
 -->
-<project name="Apache JAMES Standard Mailets">
+<project name="Apache JAMES Basic Mailet Toolkit">
   <bannerLeft>
-    <name>JAMES Standard Mailets</name>
+    <name>JAMES Basic Mailet Toolkit</name>
     <src>images/james-server-logo.gif</src>
-    <href>http://james.apache.org/mailets/standard/index.html</href>
+    <href>http://james.apache.org/mailets/basic/index.html</href>
   </bannerLeft>
 
   <bannerRight>
@@ -32,9 +32,8 @@
 
   <body>
 
-    <menu name="Standard Mailets">
+    <menu name="Basic Mailet Toolkit">
       <item name="Overview" href="index.html"/>
-      <item name="Configuration" href="conf.html"/>
     </menu>
 
     ${reports}

Modified: james/mailet/base/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/src/site/xdoc/index.xml?rev=654205&r1=654204&r2=654205&view=diff
==============================================================================
--- james/mailet/base/trunk/src/site/xdoc/index.xml (original)
+++ james/mailet/base/trunk/src/site/xdoc/index.xml Wed May  7 11:43:15 2008
@@ -23,8 +23,8 @@
     <author email="server-dev@james.apache.org">JAMES Project Team</author>
   </properties>
   <body>
-    <section name="Standard Mailets">
-      	<p>A collection of generally useful reusable mailets and matchers with minimal depedencies.</p>
+    <section name="Basic Mailet Toolkit">
+      	<p>A toolit for builders of mailets and matchers.</p>
     </section>
     <section name='Catalog'>
         <p>For more information see the <a href='apidocs/index.html'>javadocs</a>.</p>



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