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 no...@apache.org on 2010/02/01 08:48:50 UTC

svn commit: r905202 - in /james/server/trunk: fetchmail-function/ fetchmail/ imapserver-function/ imapserver/ pop3server-function/ pop3server/ remotemanager-function/ remotemanager/ smtpserver-function/ smtpserver/ spring-deployment/

Author: norman
Date: Mon Feb  1 07:48:50 2010
New Revision: 905202

URL: http://svn.apache.org/viewvc?rev=905202&view=rev
Log:
Rename modules

Added:
    james/server/trunk/fetchmail/
      - copied from r905187, james/server/trunk/fetchmail-function/
    james/server/trunk/imapserver/
      - copied from r905187, james/server/trunk/imapserver-function/
    james/server/trunk/pop3server/
      - copied from r905187, james/server/trunk/pop3server-function/
    james/server/trunk/remotemanager/
      - copied from r905187, james/server/trunk/remotemanager-function/
    james/server/trunk/smtpserver/
      - copied from r905187, james/server/trunk/smtpserver-function/
Removed:
    james/server/trunk/fetchmail-function/
    james/server/trunk/imapserver-function/
    james/server/trunk/pop3server-function/
    james/server/trunk/remotemanager-function/
    james/server/trunk/smtpserver-function/
Modified:
    james/server/trunk/fetchmail/pom.xml
    james/server/trunk/imapserver/pom.xml
    james/server/trunk/pop3server/pom.xml
    james/server/trunk/remotemanager/pom.xml
    james/server/trunk/smtpserver/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/fetchmail/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/fetchmail/pom.xml?rev=905202&r1=905187&r2=905202&view=diff
==============================================================================
--- james/server/trunk/fetchmail/pom.xml (original)
+++ james/server/trunk/fetchmail/pom.xml Mon Feb  1 07:48:50 2010
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-fetchmail-function</artifactId>
-  <name>Apache JAMES Server FetchMail function</name>
+  <artifactId>james-server-fetchmail</artifactId>
+  <name>Apache JAMES Server FetchMail</name>
   <dependencies>
     <dependency>
       <groupId>${javax.mail.groupId}</groupId>

Modified: james/server/trunk/imapserver/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver/pom.xml?rev=905202&r1=905187&r2=905202&view=diff
==============================================================================
--- james/server/trunk/imapserver/pom.xml (original)
+++ james/server/trunk/imapserver/pom.xml Mon Feb  1 07:48:50 2010
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-imapserver-function</artifactId>
-  <name>Apache JAMES Server Imap function</name>
+  <artifactId>james-server-imapserver</artifactId>
+  <name>Apache JAMES Server IMAP</name>
   <dependencies>
     <dependency>
       <groupId>${javax.mail.groupId}</groupId>

Modified: james/server/trunk/pop3server/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pop3server/pom.xml?rev=905202&r1=905187&r2=905202&view=diff
==============================================================================
--- james/server/trunk/pop3server/pom.xml (original)
+++ james/server/trunk/pop3server/pom.xml Mon Feb  1 07:48:50 2010
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-pop3server-function</artifactId>
-  <name>Apache JAMES Server POP3 function</name>
+  <artifactId>james-server-pop3server</artifactId>
+  <name>Apache JAMES Server POP3</name>
   <dependencies>
     <dependency>
       <groupId>${javax.mail.groupId}</groupId>

Modified: james/server/trunk/remotemanager/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/remotemanager/pom.xml?rev=905202&r1=905187&r2=905202&view=diff
==============================================================================
--- james/server/trunk/remotemanager/pom.xml (original)
+++ james/server/trunk/remotemanager/pom.xml Mon Feb  1 07:48:50 2010
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-remotemanager-function</artifactId>
-  <name>Apache JAMES Server RemoteManager function</name>
+  <artifactId>james-server-remotemanager</artifactId>
+  <name>Apache JAMES Server RemoteManager</name>
   <dependencies>
     <dependency>
       <groupId>${javax.mail.groupId}</groupId>

Modified: james/server/trunk/smtpserver/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver/pom.xml?rev=905202&r1=905187&r2=905202&view=diff
==============================================================================
--- james/server/trunk/smtpserver/pom.xml (original)
+++ james/server/trunk/smtpserver/pom.xml Mon Feb  1 07:48:50 2010
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-smtpserver-function</artifactId>
-  <name>Apache JAMES Server SMTP function</name>
+  <artifactId>james-server-smtpserver</artifactId>
+  <name>Apache JAMES Server SMTP</name>
   
   <dependencies>
     <dependency>

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=905202&r1=905201&r2=905202&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Mon Feb  1 07:48:50 2010
@@ -290,12 +290,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtpserver-function</artifactId>
+      <artifactId>james-server-smtpserver</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-imapserver-function</artifactId>
+      <artifactId>james-server-imapserver</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -305,12 +305,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-pop3server-function</artifactId>
+      <artifactId>james-server-pop3server</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-fetchmail-function</artifactId>
+      <artifactId>james-server-fetchmail</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -325,7 +325,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-remotemanager-function</artifactId>
+      <artifactId>james-server-remotemanager</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>



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