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 15:44:21 UTC

svn commit: r902411 - in /james/nntp/trunk: ./ experimental-activemq-function/ fetchmail-function/ imapserver-function/ jcr-store/ jpa-store/ mailets-function/ mina-socket-library/ pop3server-function/ remotemanager-function/ smtp-protocol-library/ smt...

Author: rdonkin
Date: Sat Jan 23 14:44:20 2010
New Revision: 902411

URL: http://svn.apache.org/viewvc?rev=902411&view=rev
Log:
Pruning NNTP

Removed:
    james/nntp/trunk/experimental-activemq-function/
    james/nntp/trunk/fetchmail-function/
    james/nntp/trunk/imapserver-function/
    james/nntp/trunk/jcr-store/
    james/nntp/trunk/jpa-store/
    james/nntp/trunk/mailets-function/
    james/nntp/trunk/mina-socket-library/
    james/nntp/trunk/pop3server-function/
    james/nntp/trunk/remotemanager-function/
    james/nntp/trunk/smtp-protocol-library/
    james/nntp/trunk/smtpserver-function/
    james/nntp/trunk/spoolmanager-function/
Modified:
    james/nntp/trunk/pom.xml
    james/nntp/trunk/spring-deployment/pom.xml

Modified: james/nntp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/pom.xml?rev=902411&r1=902410&r2=902411&view=diff
==============================================================================
--- james/nntp/trunk/pom.xml (original)
+++ james/nntp/trunk/pom.xml Sat Jan 23 14:44:20 2010
@@ -42,24 +42,13 @@
     <module>user-library</module>
     <module>core-library</module>
     <module>management-library</module>
-    <module>smtp-protocol-library</module>
     <module>avalon-socket-library</module>
     <module>core-function</module>
-    <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>
     <module>avalon-user-function</module>
-    <module>mailets-function</module>
-    <module>fetchmail-function</module>
-    <module>experimental-activemq-function</module>
-    <module>jcr-store</module>
     <module>spring-deployment</module>
     <module>socket-shared-library</module>
-    <module>mina-socket-library</module>
   </modules>
   <ciManagement>
     <system>hudson</system>

Modified: james/nntp/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/spring-deployment/pom.xml?rev=902411&r1=902410&r2=902411&view=diff
==============================================================================
--- james/nntp/trunk/spring-deployment/pom.xml (original)
+++ james/nntp/trunk/spring-deployment/pom.xml Sat Jan 23 14:44:20 2010
@@ -198,10 +198,6 @@
   
   <dependencies>
     <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
     </dependency>
@@ -247,131 +243,10 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mina-socket-library</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-socket-shared-library</artifactId>
-      <scope>runtime</scope>
-    </dependency>
- 
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-javamail-util</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-api</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-socket-api</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-library</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-management-library</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-library</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-avalon-socket-library</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtp-protocol-library</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-   
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-avalon-user-function</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-basic-user-function</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtpserver-function</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-imapserver-function</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-function</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-pop3server-function</artifactId>
-      <scope>runtime</scope>
-    </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>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-spoolmanager-function</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mailets-function</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-remotemanager-function</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-experimental-activemq-function</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-jcr-store</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    
+
     <dependency>
       <groupId>org.apache.avalon.cornerstone.datasources</groupId>
       <artifactId>cornerstone-datasources-impl</artifactId>
@@ -398,17 +273,6 @@
       <scope>runtime</scope>
     </dependency> 
     
-	<dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-jpa</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
@@ -421,40 +285,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-library</artifactId>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-library</artifactId>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>apache-mailet-base</artifactId>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-api</artifactId>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-smtpserver-function</artifactId>
-      <version>3.0-M1</version>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>



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