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:10:46 UTC

svn commit: r905209 - in /james/server/trunk: ./ experimental-activemq-function/ experimental-activemq/ imapserver/ mailets-function/ mailets/ mina-socket-library/ mina-socket/ pop3server/ remotemanager/ smtpserver/ spoolmanager-function/ spoolmanager/...

Author: norman
Date: Mon Feb  1 08:10:45 2010
New Revision: 905209

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

Added:
    james/server/trunk/experimental-activemq/
      - copied from r905187, james/server/trunk/experimental-activemq-function/
    james/server/trunk/mailets/
      - copied from r905187, james/server/trunk/mailets-function/
    james/server/trunk/mina-socket/
      - copied from r905187, james/server/trunk/mina-socket-library/
    james/server/trunk/spoolmanager/
      - copied from r905187, james/server/trunk/spoolmanager-function/
    james/server/trunk/spring-deployment/src/main/config/james/lib/
    james/server/trunk/spring-deployment/src/main/config/james/lib/README.txt
Removed:
    james/server/trunk/experimental-activemq-function/
    james/server/trunk/mailets-function/
    james/server/trunk/mina-socket-library/
    james/server/trunk/spoolmanager-function/
Modified:
    james/server/trunk/experimental-activemq/pom.xml
    james/server/trunk/imapserver/pom.xml
    james/server/trunk/mailets/pom.xml
    james/server/trunk/mina-socket/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/pop3server/pom.xml
    james/server/trunk/remotemanager/pom.xml
    james/server/trunk/smtpserver/pom.xml
    james/server/trunk/spoolmanager/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/experimental-activemq/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/experimental-activemq/pom.xml?rev=905209&r1=905187&r2=905209&view=diff
==============================================================================
--- james/server/trunk/experimental-activemq/pom.xml (original)
+++ james/server/trunk/experimental-activemq/pom.xml Mon Feb  1 08:10:45 2010
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-experimental-activemq-function</artifactId>
+  <artifactId>james-server-experimental-activemq</artifactId>
   <name>Apache JAMES Server JMS Function</name>
   <dependencies>
     <dependency>

Modified: james/server/trunk/imapserver/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver/pom.xml?rev=905209&r1=905208&r2=905209&view=diff
==============================================================================
--- james/server/trunk/imapserver/pom.xml (original)
+++ james/server/trunk/imapserver/pom.xml Mon Feb  1 08:10:45 2010
@@ -65,7 +65,7 @@
     
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mina-socket-library</artifactId>
+      <artifactId>james-server-mina-socket</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/mailets/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets/pom.xml?rev=905209&r1=905187&r2=905209&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Mon Feb  1 08:10:45 2010
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-mailets-function</artifactId>
-  <name>Apache JAMES Server Mailets function</name>
+  <artifactId>james-server-mailets</artifactId>
+  <name>Apache JAMES Server Mailets</name>
   <packaging>jar</packaging>
   <dependencies>
     <dependency>

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

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=905209&r1=905208&r2=905209&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Mon Feb  1 08:10:45 2010
@@ -38,25 +38,26 @@
     <module>core-api</module>
     <module>socket-api</module>
     <module>user-api</module>
-    <module>domain-api</module>
+    <module>user-function</module>
     <module>user-library</module>
+    
+    <module>domain-api</module>
     <module>core-library</module>
     <module>management-library</module>
     <module>smtp-protocol-library</module>
     <module>core-function</module>
-    <module>imapserver-function</module>
-    <module>smtpserver-function</module>
-    <module>pop3server-function</module>
-    <module>spoolmanager-function</module>
-    <module>remotemanager-function</module>
-    <module>user-function</module>
-    <module>mailets-function</module>
-    <module>fetchmail-function</module>
-    <module>experimental-activemq-function</module>
+    <module>imapserver</module>
+    <module>smtpserver</module>
+    <module>pop3server</module>
+    <module>spoolmanager</module>
+    <module>remotemanager</module>
+    <module>mailets</module>
+    <module>fetchmail</module>
+    <module>experimental-activemq</module>
     <module>jcr-store</module>
     <module>spring-deployment</module>
     <module>osgi-deployment</module>
-    <module>mina-socket-library</module>
+    <module>mina-socket</module>
   </modules>
   <ciManagement>
     <system>hudson</system>
@@ -224,7 +225,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mina-socket-library</artifactId>
+      <artifactId>james-server-mina-socket</artifactId>
       <version>3.0-M1</version>
     </dependency>
    
@@ -421,12 +422,12 @@
   
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtpserver-function</artifactId>
+      <artifactId>james-server-smtpserver</artifactId>
       <version>3.0-M1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-imapserver-function</artifactId>
+      <artifactId>james-server-imapserver</artifactId>
       <version>3.0-M1</version>
     </dependency>
     <dependency>
@@ -436,27 +437,27 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-pop3server-function</artifactId>
+      <artifactId>james-server-pop3server</artifactId>
       <version>3.0-M1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-fetchmail-function</artifactId>
+      <artifactId>james-server-fetchmail</artifactId>
       <version>3.0-M1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-spoolmanager-function</artifactId>
+      <artifactId>james-server-spoolmanager</artifactId>
       <version>3.0-M1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mailets-function</artifactId>
+      <artifactId>james-server-mailets</artifactId>
       <version>3.0-M1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-remotemanager-function</artifactId>
+      <artifactId>james-server-remotemanager</artifactId>
       <version>3.0-M1</version>
     </dependency>
     
@@ -504,7 +505,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-experimental-activemq-function</artifactId>
+      <artifactId>james-server-experimental-activemq</artifactId>
       <version>3.0-M1</version>
     </dependency>
     <dependency>
@@ -520,7 +521,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtpserver-function</artifactId>
+      <artifactId>james-server-smtpserver</artifactId>
       <version>3.0-M1</version>
       <type>test-jar</type>
       <scope>test</scope>

Modified: james/server/trunk/pop3server/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pop3server/pom.xml?rev=905209&r1=905208&r2=905209&view=diff
==============================================================================
--- james/server/trunk/pop3server/pom.xml (original)
+++ james/server/trunk/pop3server/pom.xml Mon Feb  1 08:10:45 2010
@@ -81,7 +81,7 @@
     
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mina-socket-library</artifactId>
+      <artifactId>james-server-mina-socket</artifactId>
     </dependency>
     
     <dependency>

Modified: james/server/trunk/remotemanager/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/remotemanager/pom.xml?rev=905209&r1=905208&r2=905209&view=diff
==============================================================================
--- james/server/trunk/remotemanager/pom.xml (original)
+++ james/server/trunk/remotemanager/pom.xml Mon Feb  1 08:10:45 2010
@@ -71,7 +71,7 @@
     </dependency>
         <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mina-socket-library</artifactId>
+      <artifactId>james-server-mina-socket</artifactId>
     </dependency>
        <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=905209&r1=905208&r2=905209&view=diff
==============================================================================
--- james/server/trunk/smtpserver/pom.xml (original)
+++ james/server/trunk/smtpserver/pom.xml Mon Feb  1 08:10:45 2010
@@ -77,7 +77,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mina-socket-library</artifactId>
+      <artifactId>james-server-mina-socket</artifactId>
     </dependency>
     <dependency>
       <groupId>${javax.activation.groupId}</groupId>

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

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=905209&r1=905208&r2=905209&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Mon Feb  1 08:10:45 2010
@@ -235,7 +235,7 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mina-socket-library</artifactId>
+      <artifactId>james-server-mina-socket</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -315,12 +315,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-spoolmanager-function</artifactId>
+      <artifactId>james-server-spoolmanager</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mailets-function</artifactId>
+      <artifactId>james-server-mailets</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -330,7 +330,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-experimental-activemq-function</artifactId>
+      <artifactId>james-server-experimental-activemq</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -398,7 +398,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtpserver-function</artifactId>
+      <artifactId>james-server-smtpserver</artifactId>
       <version>3.0-M1</version>
       <type>test-jar</type>
       <scope>test</scope>

Added: james/server/trunk/spring-deployment/src/main/config/james/lib/README.txt
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/lib/README.txt?rev=905209&view=auto
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/lib/README.txt (added)
+++ james/server/trunk/spring-deployment/src/main/config/james/lib/README.txt Mon Feb  1 08:10:45 2010
@@ -0,0 +1 @@
+# Put every jar you want to have included in the classpath in here
\ No newline at end of file



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