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 rd...@apache.org on 2010/01/23 11:28:12 UTC

svn commit: r902373 - in /james/server/trunk: nntpserver-function/ pom.xml spring-deployment/pom.xml

Author: rdonkin
Date: Sat Jan 23 10:28:12 2010
New Revision: 902373

URL: http://svn.apache.org/viewvc?rev=902373&view=rev
Log:
JAMES-957 Remove NNTP from trunk. https://issues.apache.org/jira/browse/JAMES-957

Removed:
    james/server/trunk/nntpserver-function/
Modified:
    james/server/trunk/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=902373&r1=902372&r2=902373&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sat Jan 23 10:28:12 2010
@@ -48,7 +48,6 @@
     <module>imapserver-function</module>
     <module>smtpserver-function</module>
     <module>pop3server-function</module>
-    <module>nntpserver-function</module>
     <module>spoolmanager-function</module>
     <module>remotemanager-function</module>
     <module>basic-user-function</module>
@@ -451,11 +450,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-nntpserver-function</artifactId>
-      <version>3.0-M1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-server-fetchmail-function</artifactId>
       <version>3.0-M1</version>
     </dependency>

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=902373&r1=902372&r2=902373&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Sat Jan 23 10:28:12 2010
@@ -174,20 +174,6 @@
                 </addUser>
               </addUsers>
             </mailProtocolTest>
-            <mailProtocolTest>
-              <host>127.0.0.1</host>
-              <port>119</port>
-              <scriptFile>src/mpt/nntp.mpt</scriptFile>
-              <addUsers>
-                <addUser>
-                  <host>127.0.0.1</host>
-                  <port>4555</port>
-                  <scriptFile>src/mpt/adduser.mpt</scriptFile>
-                  <user>root</user>
-                  <passwd>root</passwd>
-                </addUser>
-              </addUsers>
-            </mailProtocolTest>
           </mailProtocolTests>
          
         </configuration>
@@ -338,11 +324,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-nntpserver-function</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-server-fetchmail-function</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