Author: bago
Date: Sun Oct 18 10:45:52 2009
New Revision: 826407

URL: http://svn.apache.org/viewvc?rev=826407&view=rev
Log:
Move DSNStatus to the new smtp-protocol library

Added:
    james/server/trunk/smtp-protocol-library/src/main/java/org/apache/james/dsn/
      - copied from r826398, 
james/server/trunk/core-library/src/main/java/org/apache/james/dsn/
Removed:
    james/server/trunk/core-library/src/main/java/org/apache/james/dsn/
Modified:
    james/server/trunk/mailets-function/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/smtpserver-function/pom.xml

Modified: james/server/trunk/mailets-function/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/mailets-function/pom.xml?rev=826407&r1=826406&r2=826407&view=diff
==============================================================================
--- james/server/trunk/mailets-function/pom.xml (original)
+++ james/server/trunk/mailets-function/pom.xml Sun Oct 18 10:45:52 2009
@@ -70,6 +70,10 @@
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-library</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-smtp-protocol-library</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=826407&r1=826406&r2=826407&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sun Oct 18 10:45:52 2009
@@ -403,6 +403,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-smtp-protocol-library</artifactId>
+      <version>3.0-M1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>apache-james-imap-mailbox</artifactId>
       <version>0.1-SNAPSHOT</version>
     </dependency>

Modified: james/server/trunk/smtpserver-function/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/pom.xml?rev=826407&r1=826406&r2=826407&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/pom.xml (original)
+++ james/server/trunk/smtpserver-function/pom.xml Sun Oct 18 10:45:52 2009
@@ -72,6 +72,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-smtp-protocol-library</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>james-server-avalon-socket-library</artifactId>
     </dependency>
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to