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 09:37:16 UTC

svn commit: r905212 - in /james/server/trunk: ./ core-function/ mailets/ management-library/ management/ remotemanager/ smtp-protocol-library/ smtp-protocol/ smtpserver/ spring-deployment/

Author: norman
Date: Mon Feb  1 08:37:15 2010
New Revision: 905212

URL: http://svn.apache.org/viewvc?rev=905212&view=rev
Log:
more module rename 

Added:
    james/server/trunk/management/
      - copied from r905187, james/server/trunk/management-library/
    james/server/trunk/smtp-protocol/
      - copied from r905187, james/server/trunk/smtp-protocol-library/
Removed:
    james/server/trunk/management-library/
    james/server/trunk/smtp-protocol-library/
Modified:
    james/server/trunk/core-function/pom.xml
    james/server/trunk/mailets/pom.xml
    james/server/trunk/management/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/remotemanager/pom.xml
    james/server/trunk/smtp-protocol/pom.xml
    james/server/trunk/smtpserver/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/core-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/pom.xml?rev=905212&r1=905211&r2=905212&view=diff
==============================================================================
--- james/server/trunk/core-function/pom.xml (original)
+++ james/server/trunk/core-function/pom.xml Mon Feb  1 08:37:15 2010
@@ -78,7 +78,7 @@
    
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-management-library</artifactId>
+      <artifactId>james-server-management</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: james/server/trunk/mailets/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets/pom.xml?rev=905212&r1=905211&r2=905212&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Mon Feb  1 08:37:15 2010
@@ -72,7 +72,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtp-protocol-library</artifactId>
+      <artifactId>james-server-smtp-protocol</artifactId>
     </dependency>
 
     <dependency>

Modified: james/server/trunk/management/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/management/pom.xml?rev=905212&r1=905187&r2=905212&view=diff
==============================================================================
--- james/server/trunk/management/pom.xml (original)
+++ james/server/trunk/management/pom.xml Mon Feb  1 08:37:15 2010
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-management-library</artifactId>
-  <name>Apache JAMES Server Management Library</name>
+  <artifactId>james-server-management</artifactId>
+  <name>Apache JAMES Server Management</name>
   <dependencies>
   
     <dependency>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=905212&r1=905211&r2=905212&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Mon Feb  1 08:37:15 2010
@@ -43,8 +43,8 @@
     
     <module>domain-api</module>
     <module>core-library</module>
-    <module>management-library</module>
-    <module>smtp-protocol-library</module>
+    <module>management</module>
+    <module>smtp-protocol</module>
     <module>core-function</module>
     <module>imapserver</module>
     <module>smtpserver</module>
@@ -356,7 +356,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-management-library</artifactId>
+      <artifactId>james-server-management</artifactId>
       <version>3.0-M1</version>
     </dependency>
     <dependency>
@@ -373,12 +373,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtp-protocol-library</artifactId>
+      <artifactId>james-server-smtp-protocol</artifactId>
       <version>3.0-M1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtp-protocol-library</artifactId>
+      <artifactId>james-server-smtp-protocol</artifactId>
       <version>3.0-M1</version>
       <type>test-jar</type>
       <scope>test</scope>

Modified: james/server/trunk/remotemanager/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/remotemanager/pom.xml?rev=905212&r1=905211&r2=905212&view=diff
==============================================================================
--- james/server/trunk/remotemanager/pom.xml (original)
+++ james/server/trunk/remotemanager/pom.xml Mon Feb  1 08:37:15 2010
@@ -50,7 +50,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-management-library</artifactId>
+      <artifactId>james-server-management</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/smtp-protocol/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/smtp-protocol/pom.xml?rev=905212&r1=905187&r2=905212&view=diff
==============================================================================
--- james/server/trunk/smtp-protocol/pom.xml (original)
+++ james/server/trunk/smtp-protocol/pom.xml Mon Feb  1 08:37:15 2010
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-smtp-protocol-library</artifactId>
-  <name>Apache JAMES Server SMTP Protocol Library</name>
+  <artifactId>james-server-smtp-protocol</artifactId>
+  <name>Apache JAMES Server SMTP Protocol</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/smtpserver/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver/pom.xml?rev=905212&r1=905211&r2=905212&view=diff
==============================================================================
--- james/server/trunk/smtpserver/pom.xml (original)
+++ james/server/trunk/smtpserver/pom.xml Mon Feb  1 08:37:15 2010
@@ -73,7 +73,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtp-protocol-library</artifactId>
+      <artifactId>james-server-smtp-protocol</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -122,7 +122,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtp-protocol-library</artifactId>
+      <artifactId>james-server-smtp-protocol</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=905212&r1=905211&r2=905212&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Mon Feb  1 08:37:15 2010
@@ -270,7 +270,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-management-library</artifactId>
+      <artifactId>james-server-management</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -279,7 +279,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtp-protocol-library</artifactId>
+      <artifactId>james-server-smtp-protocol</artifactId>
       <scope>runtime</scope>
     </dependency>
    



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