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 2008/09/27 17:55:08 UTC

svn commit: r699673 - in /james/server/trunk: ./ avalon-user-function/ core-api/ core-function/ core-library/ experimental-activemq-function/ fetchmail-function/ imapserver-function/ jcr-backend-function/ mailets-function/ management-library/ phoenix-d...

Author: bago
Date: Sat Sep 27 08:55:07 2008
New Revision: 699673

URL: http://svn.apache.org/viewvc?rev=699673&view=rev
Log:
mailet new name is apache-mailet.
Updated mailet products jars in stage and m2/ant builds to reflect this change.

Modified:
    james/server/trunk/avalon-user-function/pom.xml
    james/server/trunk/core-api/pom.xml
    james/server/trunk/core-function/pom.xml
    james/server/trunk/core-library/pom.xml
    james/server/trunk/experimental-activemq-function/pom.xml
    james/server/trunk/fetchmail-function/pom.xml
    james/server/trunk/imapserver-function/pom.xml
    james/server/trunk/include.properties
    james/server/trunk/jcr-backend-function/pom.xml
    james/server/trunk/mailets-function/pom.xml
    james/server/trunk/management-library/pom.xml
    james/server/trunk/phoenix-deployment-refactor/pom.xml
    james/server/trunk/phoenix-deployment/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/pop3server-function/pom.xml
    james/server/trunk/remotemanager-function/pom.xml
    james/server/trunk/smtpserver-function/pom.xml
    james/server/trunk/spoolmanager-function/pom.xml
    james/server/trunk/stage/pom.xml
    james/server/trunk/user-api/pom.xml
    james/server/trunk/user-library/pom.xml

Modified: james/server/trunk/avalon-user-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/avalon-user-function/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/avalon-user-function/pom.xml (original)
+++ james/server/trunk/avalon-user-function/pom.xml Sat Sep 27 08:55:07 2008
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/core-api/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-api/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/core-api/pom.xml (original)
+++ james/server/trunk/core-api/pom.xml Sat Sep 27 08:55:07 2008
@@ -31,7 +31,7 @@
     <!-- only used by JamesUser (for MailAddress) -->
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>${javax.mail.groupId}</groupId>

Modified: james/server/trunk/core-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/core-function/pom.xml (original)
+++ james/server/trunk/core-function/pom.xml Sat Sep 27 08:55:07 2008
@@ -31,7 +31,7 @@
   
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/core-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/core-library/pom.xml (original)
+++ james/server/trunk/core-library/pom.xml Sat Sep 27 08:55:07 2008
@@ -31,7 +31,7 @@
   
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <!-- Probably used for RFC2822Headers                             -->
     <!-- Not needed at runtime because of compiler inlining constants -->

Modified: james/server/trunk/experimental-activemq-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/experimental-activemq-function/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/experimental-activemq-function/pom.xml (original)
+++ james/server/trunk/experimental-activemq-function/pom.xml Sat Sep 27 08:55:07 2008
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/fetchmail-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/fetchmail-function/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/fetchmail-function/pom.xml (original)
+++ james/server/trunk/fetchmail-function/pom.xml Sat Sep 27 08:55:07 2008
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/imapserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver-function/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/imapserver-function/pom.xml (original)
+++ james/server/trunk/imapserver-function/pom.xml Sat Sep 27 08:55:07 2008
@@ -52,7 +52,7 @@
         
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     
     <dependency>

Modified: james/server/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/server/trunk/include.properties?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/include.properties (original)
+++ james/server/trunk/include.properties Sat Sep 27 08:55:07 2008
@@ -256,7 +256,7 @@
 commons-digester.jar=${path.lib.commonsdigester}/${jarname.commons-digester.jar}
 
 # ----- mailet-----
-jarname.mailet.jar=mailet-2.4-SNAPSHOT.jar
+jarname.mailet.jar=apache-mailet-2.4-SNAPSHOT.jar
 mailet.jar=${path.lib.james}/${jarname.mailet.jar}
 jarname.base-mailet.jar=apache-james-mailet-base-1.0-SNAPSHOT.jar
 base-mailet.jar=${path.lib.james}/${jarname.base-mailet.jar}

Modified: james/server/trunk/jcr-backend-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/jcr-backend-function/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/jcr-backend-function/pom.xml (original)
+++ james/server/trunk/jcr-backend-function/pom.xml Sat Sep 27 08:55:07 2008
@@ -38,7 +38,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/mailets-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets-function/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/mailets-function/pom.xml (original)
+++ james/server/trunk/mailets-function/pom.xml Sat Sep 27 08:55:07 2008
@@ -39,7 +39,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/management-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/management-library/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/management-library/pom.xml (original)
+++ james/server/trunk/management-library/pom.xml Sat Sep 27 08:55:07 2008
@@ -31,7 +31,7 @@
   
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <!-- Probably used for RFC2822Headers                             -->
     <!-- Not needed at runtime because of compiler inlining constants -->

Modified: james/server/trunk/phoenix-deployment-refactor/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment-refactor/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment-refactor/pom.xml (original)
+++ james/server/trunk/phoenix-deployment-refactor/pom.xml Sat Sep 27 08:55:07 2008
@@ -85,7 +85,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/phoenix-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/pom.xml (original)
+++ james/server/trunk/phoenix-deployment/pom.xml Sat Sep 27 08:55:07 2008
@@ -74,7 +74,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sat Sep 27 08:55:07 2008
@@ -222,7 +222,7 @@
     <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
       <version>2.4-SNAPSHOT</version>
       <exclusions>
         <exclusion>

Modified: james/server/trunk/pop3server-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pop3server-function/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/pop3server-function/pom.xml (original)
+++ james/server/trunk/pop3server-function/pom.xml Sat Sep 27 08:55:07 2008
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/remotemanager-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/remotemanager-function/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/remotemanager-function/pom.xml (original)
+++ james/server/trunk/remotemanager-function/pom.xml Sat Sep 27 08:55:07 2008
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/smtpserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/pom.xml (original)
+++ james/server/trunk/smtpserver-function/pom.xml Sat Sep 27 08:55:07 2008
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/spoolmanager-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spoolmanager-function/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/spoolmanager-function/pom.xml (original)
+++ james/server/trunk/spoolmanager-function/pom.xml Sat Sep 27 08:55:07 2008
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/stage/pom.xml (original)
+++ james/server/trunk/stage/pom.xml Sat Sep 27 08:55:07 2008
@@ -47,7 +47,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/user-api/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/user-api/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/user-api/pom.xml (original)
+++ james/server/trunk/user-api/pom.xml Sat Sep 27 08:55:07 2008
@@ -31,7 +31,7 @@
     <!-- only used by JamesUser (for MailAddress) -->
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file

Modified: james/server/trunk/user-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/user-library/pom.xml?rev=699673&r1=699672&r2=699673&view=diff
==============================================================================
--- james/server/trunk/user-library/pom.xml (original)
+++ james/server/trunk/user-library/pom.xml Sat Sep 27 08:55:07 2008
@@ -30,7 +30,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>mailet</artifactId>
+      <artifactId>apache-mailet</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>



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