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 21:14:54 UTC

svn commit: r902477 - in /james/nntp/trunk: core-library/pom.xml domain-api/ pom.xml protocol/pom.xml socket/pom.xml user-library/pom.xml

Author: rdonkin
Date: Sat Jan 23 20:14:53 2010
New Revision: 902477

URL: http://svn.apache.org/viewvc?rev=902477&view=rev
Log:
Consolidate modules

Removed:
    james/nntp/trunk/domain-api/
Modified:
    james/nntp/trunk/core-library/pom.xml
    james/nntp/trunk/pom.xml
    james/nntp/trunk/protocol/pom.xml
    james/nntp/trunk/socket/pom.xml
    james/nntp/trunk/user-library/pom.xml

Modified: james/nntp/trunk/core-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/core-library/pom.xml?rev=902477&r1=902476&r2=902477&view=diff
==============================================================================
--- james/nntp/trunk/core-library/pom.xml (original)
+++ james/nntp/trunk/core-library/pom.xml Sat Jan 23 20:14:53 2010
@@ -44,12 +44,6 @@
       <groupId>org.apache.james</groupId>
       <artifactId>james-nntp-common-util</artifactId>
     </dependency>
-    <!-- 
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-nntp-domain-api</artifactId>
-    </dependency>
-     -->
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-nntp-core-api</artifactId>

Modified: james/nntp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/pom.xml?rev=902477&r1=902476&r2=902477&view=diff
==============================================================================
--- james/nntp/trunk/pom.xml (original)
+++ james/nntp/trunk/pom.xml Sat Jan 23 20:14:53 2010
@@ -36,7 +36,6 @@
     <module>util</module>
     <module>api</module>
     <module>user-api</module>
-    <module>domain-api</module>
     <module>user-library</module>
     <module>core-library</module>
     <module>socket</module>

Modified: james/nntp/trunk/protocol/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/protocol/pom.xml?rev=902477&r1=902476&r2=902477&view=diff
==============================================================================
--- james/nntp/trunk/protocol/pom.xml (original)
+++ james/nntp/trunk/protocol/pom.xml Sat Jan 23 20:14:53 2010
@@ -54,10 +54,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-nntp-domain-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-nntp-core-library</artifactId>
     </dependency>
     <dependency>

Modified: james/nntp/trunk/socket/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/socket/pom.xml?rev=902477&r1=902476&r2=902477&view=diff
==============================================================================
--- james/nntp/trunk/socket/pom.xml (original)
+++ james/nntp/trunk/socket/pom.xml Sat Jan 23 20:14:53 2010
@@ -34,10 +34,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-nntp-domain-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-nntp-core-api</artifactId>
     </dependency>
     <dependency>

Modified: james/nntp/trunk/user-library/pom.xml
URL: http://svn.apache.org/viewvc/james/nntp/trunk/user-library/pom.xml?rev=902477&r1=902476&r2=902477&view=diff
==============================================================================
--- james/nntp/trunk/user-library/pom.xml (original)
+++ james/nntp/trunk/user-library/pom.xml Sat Jan 23 20:14:53 2010
@@ -45,10 +45,6 @@
       <groupId>org.apache.james</groupId>
       <artifactId>james-nntp-user-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-nntp-domain-api</artifactId>
-    </dependency>
 
     <dependency>
       <groupId>${javax.mail.groupId}</groupId>



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