Author: eric
Date: Fri Sep 24 15:20:33 2010
New Revision: 1000904

URL: http://svn.apache.org/viewvc?rev=1000904&view=rev
Log:
Rename dnsserver projects to dnsservice (JAMES-1050)

Added:
    james/server/trunk/dnsservice-api/
      - copied from r1000775, james/server/trunk/dnsserver-api/
    james/server/trunk/dnsservice-dnsjava/
      - copied from r1000775, james/server/trunk/dnsserver/
Removed:
    james/server/trunk/dnsserver/
    james/server/trunk/dnsserver-api/
Modified:
    james/server/trunk/dnsservice-api/pom.xml
    james/server/trunk/dnsservice-dnsjava/pom.xml
    james/server/trunk/domain-function/pom.xml
    james/server/trunk/domain-library/pom.xml
    james/server/trunk/fetchmail/pom.xml
    james/server/trunk/mailets/pom.xml
    james/server/trunk/netty-socket/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/pop3server/pom.xml
    james/server/trunk/remotemanager/pom.xml
    james/server/trunk/smtpserver/pom.xml
    james/server/trunk/spoolmanager/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/dnsservice-api/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/dnsservice-api/pom.xml?rev=1000904&r1=1000775&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/dnsservice-api/pom.xml (original)
+++ james/server/trunk/dnsservice-api/pom.xml Fri Sep 24 15:20:33 2010
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-dnsserver-api</artifactId>
+  <artifactId>james-server-dnsservice-api</artifactId>
   <name>Apache James Server DNS Server API</name>
   
    <build>

Modified: james/server/trunk/dnsservice-dnsjava/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/dnsservice-dnsjava/pom.xml?rev=1000904&r1=1000775&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/dnsservice-dnsjava/pom.xml (original)
+++ james/server/trunk/dnsservice-dnsjava/pom.xml Fri Sep 24 15:20:33 2010
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-dnsserver</artifactId>
+  <artifactId>james-server-dnsservice-dnsjava</artifactId>
   <name>Apache James Server DNSService Implementation</name>
   <build>
     <plugins>
@@ -88,7 +88,7 @@
     </dependency> 
      <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
     </dependency> 
     <dependency>
       <groupId>commons-configuration</groupId>

Modified: james/server/trunk/domain-function/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/domain-function/pom.xml?rev=1000904&r1=1000903&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/domain-function/pom.xml (original)
+++ james/server/trunk/domain-function/pom.xml Fri Sep 24 15:20:33 2010
@@ -43,7 +43,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver</artifactId>
+      <artifactId>james-server-dnsservice-dnsjava</artifactId>
     </dependency>
     <dependency>
       <groupId>${javax.mail.groupId}</groupId>
@@ -99,7 +99,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>

Modified: james/server/trunk/domain-library/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/domain-library/pom.xml?rev=1000904&r1=1000903&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/domain-library/pom.xml (original)
+++ james/server/trunk/domain-library/pom.xml Fri Sep 24 15:20:33 2010
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/fetchmail/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/fetchmail/pom.xml?rev=1000904&r1=1000903&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/fetchmail/pom.xml (original)
+++ james/server/trunk/fetchmail/pom.xml Fri Sep 24 15:20:33 2010
@@ -46,7 +46,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/mailets/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/mailets/pom.xml?rev=1000904&r1=1000903&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Fri Sep 24 15:20:33 2010
@@ -86,7 +86,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -177,7 +177,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: james/server/trunk/netty-socket/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/netty-socket/pom.xml?rev=1000904&r1=1000903&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/netty-socket/pom.xml (original)
+++ james/server/trunk/netty-socket/pom.xml Fri Sep 24 15:20:33 2010
@@ -94,7 +94,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james.protocols</groupId>

Modified: james/server/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1000904&r1=1000903&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Fri Sep 24 15:20:33 2010
@@ -38,8 +38,8 @@
     <module>user-api</module>
     <module>domain-api</module>
     <module>mail-api</module>
-    <module>dnsserver-api</module>
-    <module>dnsserver</module>
+    <module>dnsservice-api</module>
+    <module>dnsservice-dnsjava</module>
     <module>user-function</module>
     <module>user-library</module>    
     <module>mail-library</module>    
@@ -230,12 +230,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver</artifactId>
+      <artifactId>james-server-dnsservice-dnsjava</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
@@ -382,7 +382,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
       <type>test-jar</type>

Modified: james/server/trunk/pop3server/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/pop3server/pom.xml?rev=1000904&r1=1000903&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/pop3server/pom.xml (original)
+++ james/server/trunk/pop3server/pom.xml Fri Sep 24 15:20:33 2010
@@ -42,7 +42,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
     </dependency>
      <dependency>
       <groupId>org.apache.james</groupId>
@@ -125,7 +125,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: james/server/trunk/remotemanager/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/remotemanager/pom.xml?rev=1000904&r1=1000903&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/remotemanager/pom.xml (original)
+++ james/server/trunk/remotemanager/pom.xml Fri Sep 24 15:20:33 2010
@@ -126,7 +126,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: james/server/trunk/smtpserver/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/smtpserver/pom.xml?rev=1000904&r1=1000903&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/smtpserver/pom.xml (original)
+++ james/server/trunk/smtpserver/pom.xml Fri Sep 24 15:20:33 2010
@@ -118,7 +118,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: james/server/trunk/spoolmanager/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spoolmanager/pom.xml?rev=1000904&r1=1000903&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/spoolmanager/pom.xml (original)
+++ james/server/trunk/spoolmanager/pom.xml Fri Sep 24 15:20:33 2010
@@ -38,7 +38,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/spring-deployment/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=1000904&r1=1000903&r2=1000904&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Fri Sep 24 15:20:33 2010
@@ -409,12 +409,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver-api</artifactId>
+      <artifactId>james-server-dnsservice-api</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-dnsserver</artifactId>
+      <artifactId>james-server-dnsservice-dnsjava</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>



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

Reply via email to