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 20:52:49 UTC

svn commit: r902469 - in /james/nntp/trunk: pom.xml socket-api/ socket-shared-library/pom.xml socket/pom.xml

Author: rdonkin
Date: Sat Jan 23 19:52:49 2010
New Revision: 902469

URL: http://svn.apache.org/viewvc?rev=902469&view=rev
Log:
Module consolidated into API

Removed:
    james/nntp/trunk/socket-api/
Modified:
    james/nntp/trunk/pom.xml
    james/nntp/trunk/socket-shared-library/pom.xml
    james/nntp/trunk/socket/pom.xml

Modified: james/nntp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/pom.xml?rev=902469&r1=902468&r2=902469&view=diff
==============================================================================
--- james/nntp/trunk/pom.xml (original)
+++ james/nntp/trunk/pom.xml Sat Jan 23 19:52:49 2010
@@ -36,7 +36,6 @@
     <module>javamail-util</module>
     <module>util</module>
     <module>api</module>
-    <module>socket-api</module>
     <module>user-api</module>
     <module>domain-api</module>
     <module>user-library</module>

Modified: james/nntp/trunk/socket-shared-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/socket-shared-library/pom.xml?rev=902469&r1=902468&r2=902469&view=diff
==============================================================================
--- james/nntp/trunk/socket-shared-library/pom.xml (original)
+++ james/nntp/trunk/socket-shared-library/pom.xml Sat Jan 23 19:52:49 2010
@@ -34,10 +34,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-nntp-socket-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-nntp-domain-api</artifactId>
     </dependency>
     <dependency>
@@ -49,4 +45,4 @@
       <artifactId>commons-configuration</artifactId>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: james/nntp/trunk/socket/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/socket/pom.xml?rev=902469&r1=902468&r2=902469&view=diff
==============================================================================
--- james/nntp/trunk/socket/pom.xml (original)
+++ james/nntp/trunk/socket/pom.xml Sat Jan 23 19:52:49 2010
@@ -30,10 +30,6 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-nntp-socket-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-nntp-common-util</artifactId>
     </dependency>
     <dependency>
@@ -103,4 +99,4 @@
       <scope>runtime</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>



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